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 9dcee78 commit ae36cc6Copy full SHA for ae36cc6
.github/workflows/sphinx.yml
@@ -50,9 +50,9 @@ jobs:
50
cd doc
51
make html
52
53
- # remove the .doctrees folder when building for deployment as it takes two thirds of disk space
+ # 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
0 commit comments