From 42422dfd2181647f549f49b93c747bfd4ea84451 Mon Sep 17 00:00:00 2001 From: Surya Prakash Date: Tue, 8 Dec 2020 20:56:02 +0530 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..7416271 --- /dev/null +++ b/.github/workflows/main.yml @@ -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