Skip to content

Commit 9dcee78

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

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
@@ -52,10 +52,10 @@ jobs:
5252
5353
# 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
5959
with:
6060
github_token: ${{ secrets.GITHUB_TOKEN }}
61-
publish_dir: docs/_build/html
61+
publish_dir: docs/build/html

0 commit comments

Comments
 (0)