Skip to content

Commit ea632cb

Browse files
Update workflow
1 parent c71c55d commit ea632cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pip install sphinx sphinx_rtd_theme myst_parser
2121
- name: Build Sphinx for GitHub Pages
2222
run: |
23-
sphinx-build doc ../_build
23+
sphinx-build ./ ../_build
2424
- name: Create .nojekyll
2525
run: |
2626
touch ../_build/.nojekyll

0 commit comments

Comments
 (0)