more testing with GH pages actions

This commit is contained in:
Charles 2021-01-13 21:45:15 -05:00
parent 70e39eb137
commit 28400c1da8
No known key found for this signature in database
GPG Key ID: 251655CC546D9787

View File

@ -23,6 +23,6 @@ jobs:
# Specify the target branch (optional)
- uses: helaili/jekyll-action@v2
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
JEKYLL_PAT: ${{ github.actor }}:${{ github.token }}
with:
target_branch: 'gh-pages'