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:
James Panther 2024-04-17 15:13:01 +10:00 committed by GitHub
commit 43013cdc96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ jobs:
run: hugo --minify --themesDir ../.. --baseURL https://jpanther.github.io/lynx/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/stable' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}