Skip to content

Commit d6274aa

Browse files
authored
Update sphinx_gh_pages.yml
1 parent c9e1415 commit d6274aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx_gh_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
pip install -r requirements.txt
4040
- name: Build HTML
4141
run: |
42-
cd docs/
42+
cd doc/
4343
make html
4444
- name: Run ghp-import
4545
run: |
46-
ghp-import -n -p -f docs/_build/html
46+
ghp-import -n -p -f doc/_build/html

0 commit comments

Comments
 (0)