diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..216be22 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,14 @@ +name: Build & Release + +on: + push: + branches: [ master ] + +jobs: + github-pages: + runs-on: ubuntu-16.04 + steps: + - uses: actions/checkout@v2 + - uses: helaili/jekyll-action@2.0.1 + env: + JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}