We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad2628 commit be653d4Copy full SHA for be653d4
.github/workflows/documentation.yml
@@ -68,7 +68,7 @@ jobs:
68
69
- name: Deploy
70
if: github.ref == 'refs/heads/master'
71
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
72
with:
73
github_token: ${{ secrets.GITHUB_TOKEN }}
74
publish_dir: ./documentation/docs-gen
0 commit comments