We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9168714 commit 78aa8bdCopy full SHA for 78aa8bd
.github/workflows/_push_docs.yml
@@ -31,7 +31,7 @@ jobs:
31
if: github.ref_type == 'tag' || github.ref_name == 'main'
32
# We pin to the SHA, not the tag, for security reasons.
33
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
34
- uses: peaceiris/actions-gh-pages@3f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
+ uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
35
with:
36
github_token: ${{ secrets.GITHUB_TOKEN }}
37
publish_dir: .github/pages
0 commit comments