We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a6f57 commit 6e829ceCopy full SHA for 6e829ce
.github/workflows/docs.yaml
@@ -62,7 +62,7 @@ jobs:
62
private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
63
64
- name: Deploy to GitHub Pages
65
- uses: peaceiris/[email protected]
+ uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
66
if: ${{ github.ref == 'refs/heads/main' }}
67
with:
68
github_token: ${{ steps.app-token.outputs.token }}
0 commit comments