We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4e32f commit 3e54561Copy full SHA for 3e54561
.github/workflows/deploy-docs.yml
@@ -31,5 +31,5 @@ jobs:
31
uses: peaceiris/actions-gh-pages@v3
32
with:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
- publish_dir: docs/_build/html
+ publish_dir: docs/build/html
35
0 commit comments