Create main.yml

This commit is contained in:
Surya Prakash 2020-12-08 20:56:02 +05:30 committed by GitHub
parent 43c8d2942e
commit 42422dfd21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout files
- uses: jerryjvl/jekyll-build-action@v1
name: Build Site