We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c9442 commit 94b6007Copy full SHA for 94b6007
.github/workflows/docs.yaml
@@ -46,7 +46,7 @@ jobs:
46
if-no-files-found: error
47
- name: Publish to GH Pages (when on main)
48
if: github.repository == 'argoproj/argo-workflows' && github.ref == 'refs/heads/main'
49
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
50
with:
51
github_token: ${{ secrets.GITHUB_TOKEN }}
52
publish_branch: gh-pages
0 commit comments