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.
2 parents 29509e1 + 53b9c3e commit d41abbfCopy full SHA for d41abbf
.github/workflows/deploy-docs.yml
@@ -50,7 +50,7 @@ jobs:
50
mkdocs build --clean
51
52
- name: Deploy to GitHub Pages
53
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
54
with:
55
github_token: ${{ secrets.GITHUB_TOKEN }}
56
publish_dir: ./site
.github/workflows/docs.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
if: github.ref == 'refs/heads/main'
47
48
49
0 commit comments