We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e845e7 + 06e9509 commit 3ccc47cCopy full SHA for 3ccc47c
1 file changed
.github/workflows/deploy-docs.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Publish to Github Pages on main
40
if: ${{ github.ref == 'refs/heads/main' }}
41
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
42
with:
43
github_token: ${{ secrets.GITHUB_TOKEN }}
44
publish_dir: docs/_build/html/
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Publish to Github Pages on release
49
if: ${{ github.event_name == 'release' }}
50
51
52
53
0 commit comments