We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688601c commit 7aa4096Copy full SHA for 7aa4096
1 file changed
.github/workflows/docs.yml
@@ -25,7 +25,7 @@ jobs:
25
run: mkdocs build --clean
26
27
- name: Deploy to GitHub Pages
28
- uses: peaceiris/actions-gh-pages@v6
+ uses: peaceiris/actions-gh-pages@v3
29
with:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
31
publish_dir: ./site
0 commit comments