Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jun 14, 2024
1 parent 0cf0d5a commit b18e065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python3 -m pip install sphinx pydata-sphinx-theme nbsphinx ipython
- name: Building documentation
run: sphinx-build help/docsrc help/build/html -b HTML -d help/build/doctrees
run: sphinx-build help/docsrc help/build/html -b html -d help/build/doctrees

- name: Adding nojekyll file
run: touch help/build/html/.nojekyll
Expand Down

0 comments on commit b18e065

Please sign in to comment.