Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LGouellec authored Aug 12, 2024
1 parent 93a803c commit 7575703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
pip3 install setuptools
pip3 install recommonmark
pip3 install sphinx sphinx-rtd-theme
pip3 install sphinx sphinx-rtd-theme==2.0.0
pip3 install sphinx_markdown_tables
- name: "Build Sphinx Doc"
Expand All @@ -36,4 +36,4 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build/html/
FOLDER: build/html/

0 comments on commit 7575703

Please sign in to comment.