Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 0afbed0

Browse files
committed
fix ordering of sphinx commands
1 parent 0a8cac3 commit 0afbed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
1717
- name: "Install deps and build with Sphinx"
1818
run: >
19-
cd docs
2019
pip3 install -r ./docs/docs.txt
20+
cd docs
2121
make html
2222
- name: "Upload artifacts"
2323
uses: actions/upload-pages-artifact@v1

0 commit comments

Comments
 (0)