Merge pull request #142 from jpanther/dependabot/github_actions/peaceiris/actions-gh-pages-4
👷 Bump peaceiris/actions-gh-pages from 3 to 4
This commit is contained in:
commit
43013cdc96
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
run: hugo --minify --themesDir ../.. --baseURL https://jpanther.github.io/lynx/
|
run: hugo --minify --themesDir ../.. --baseURL https://jpanther.github.io/lynx/
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
if: ${{ github.ref == 'refs/heads/stable' }}
|
if: ${{ github.ref == 'refs/heads/stable' }}
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user