Skip to content

Commit

Permalink
Merge branch 'main' into update_change_41
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale authored Apr 23, 2024
2 parents 826bdb3 + d5b5afa commit cac9db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: ./deploy_docs_action.sh

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ numpy>=1.13.3
matplotlib>=2.0.0
h5py>=2.7
scipy>=0.16
travis-sphinx
sphinx_rtd_theme
nbsphinx>=0.3.1
pytest>=3.6
Expand All @@ -11,7 +10,7 @@ pytest-cov>=2.6.0
flake8>=3.5.0
numba>=0.40.0
numpydoc
sphinxcontrib_bibtex
sphinxcontrib-bibtex
sphinx-copybutton
sphinx-prompt
importlib-metadata
Expand Down

0 comments on commit cac9db1

Please sign in to comment.