Skip to content

Commit ae36cc6

Browse files
author
apg
committed
修改: .github/workflows/sphinx.yml
1 parent 9dcee78 commit ae36cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
cd doc
5151
make html
5252
53-
# remove the .doctrees folder when building for deployment as it takes two thirds of disk space
53+
# remove the doctrees folder when building for deployment as it takes two thirds of disk space
5454
- name: 🔥 Clean up files
55-
run: rm -r doc/build/.doctrees/
55+
run: rm -r doc/build/doctrees/
5656

5757
- name: 🚀 Deploy to GitHub pages
5858
uses: peaceiris/actions-gh-pages@v3.6.1

0 commit comments

Comments
 (0)