diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml new file mode 100644 index 0000000..2a738b1 --- /dev/null +++ b/.github/workflows/github-pages.yml @@ -0,0 +1,15 @@ +name: Build and deploy Jekyll site to GitHub Pages + +on: + push: + branches: + - master + +jobs: + github-pages: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: helaili/jekyll-action@2.0.5 + env: + JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}