We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135dc08 commit d430bacCopy full SHA for d430bac
1 file changed
.github/workflows/gh-pages.yml
@@ -53,7 +53,7 @@ jobs:
53
HUGO_ENV: production
54
run: cd docs && hugo --minify --gc --config config/production/hugo.toml
55
- name: Deploy
56
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
+ uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
57
if: github.repository == 'DefectDojo/django-DefectDojo' # Deploy docs only in core repo, not in forks - it would just fail in fork
58
with: # publishes to the `gh-pages` branch by default
59
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments