Skip to content

Commit f8f3315

Browse files
committed
Fix location of docs source
1 parent 9023e72 commit f8f3315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python -m pip list
5050
5151
- name: Build HTML
52-
run: sphinx-build docs docs/_build/html
52+
run: sphinx-build docs/source docs/_build/html
5353

5454
- name: Upload HTML as GitHub artifact
5555
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)