Skip to content

Commit

Permalink
Fix docs action (close #367)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-el committed Aug 23, 2024
1 parent fb4247e commit 237797f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: documentation

on:
push:
branches:
- master
# branches:
# - master
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -12,9 +12,9 @@ jobs:
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs/"
- name: Deploy to GitHub Pages
if: success()
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html
# - name: Deploy to GitHub Pages
# if: success()
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./docs/_build/html
14 changes: 7 additions & 7 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sphinx
sphinx_rtd_theme
sphinx_copybutton
sphinx_minipres
sphinx_tabs
sphinx==7.1.2
sphinx_rtd_theme==2.0.0
sphinx_copybutton==0.5.2
sphinx_minipres==0.2.1
sphinx_tabs==3.4.5
sphinx_togglebutton>=0.2.0
sphinx-autobuild
sphinx-autobuild==2021.3.14
myst_nb>0.8.3
sphinx_rtd_theme_ext_color_contrast
sphinx_rtd_theme_ext_color_contrast==0.3.2

0 comments on commit 237797f

Please sign in to comment.