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

View File

@@ -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 }}