🔀 Merge pull request #856 from jpanther/dependabot/github_actions/peaceiris/actions-gh-pages-4

👷 Bump peaceiris/actions-gh-pages from 3 to 4
pull/860/head
James Panther 2024-04-17 09:22:38 +10:00 committed by GitHub
commit d91b152329
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
run: hugo --minify --themesDir ../.. --buildDrafts --baseURL https://jpanther.github.io/congo/ run: hugo --minify --themesDir ../.. --buildDrafts --baseURL https://jpanther.github.io/congo/
- 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 }}