Skip to content

Commit

Permalink
Upgrade to peaceiris/[email protected]
Browse files Browse the repository at this point in the history
peaceiris/actions-gh-pages#1067

Fixes: 328630225
Change-Id: I10fcc9e017ba4a84189c7a3f8fa0f5a18cb66027
  • Loading branch information
ebenezergraham committed Mar 22, 2024
1 parent 8b02103 commit 38c301c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
hugo build --themesDir=/themes --baseUrl=https://gcpdiag.dev/ --minify --enableGitInfo"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v3.9.3
if: github.repository == 'GoogleCloudPlatform/gcpdiag' && github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 38c301c

Please sign in to comment.