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.
1 parent 8093cf8 commit 9dcee78Copy full SHA for 9dcee78
.github/workflows/sphinx.yml
@@ -52,10 +52,10 @@ jobs:
52
53
# remove the .doctrees folder when building for deployment as it takes two thirds of disk space
54
- name: 🔥 Clean up files
55
- run: rm -r doc/_build/doctrees/
+ run: rm -r doc/build/.doctrees/
56
57
- name: 🚀 Deploy to GitHub pages
58
uses: peaceiris/actions-gh-pages@v3.6.1
59
with:
60
github_token: ${{ secrets.GITHUB_TOKEN }}
61
- publish_dir: docs/_build/html
+ publish_dir: docs/build/html
0 commit comments