Use GitHub Actions

This commit is contained in:
Andrew Banchich 2021-03-26 20:51:14 -04:00 committed by GitHub
parent bc7646e202
commit 4d8cc97d24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.github/workflows/github-pages.yml vendored Normal file
View File

@ -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 }}