Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ae36cc6

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

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/sphinx.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/sphinx.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.