updating Jekyll gh-pages

This commit is contained in:
Charles 2021-01-13 21:21:06 -05:00
parent 2a9d01fa74
commit a8442895ae
No known key found for this signature in database
GPG Key ID: 251655CC546D9787

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