more testing with GH pages actions
This commit is contained in:
parent
70e39eb137
commit
28400c1da8
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
@ -23,6 +23,6 @@ jobs:
|
|||||||
# Specify the target branch (optional)
|
# Specify the target branch (optional)
|
||||||
- uses: helaili/jekyll-action@v2
|
- uses: helaili/jekyll-action@v2
|
||||||
env:
|
env:
|
||||||
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
|
JEKYLL_PAT: ${{ github.actor }}:${{ github.token }}
|
||||||
with:
|
with:
|
||||||
target_branch: 'gh-pages'
|
target_branch: 'gh-pages'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user