Skip to content

Commit

Permalink
updated docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneponcioni committed Sep 3, 2024
1 parent 41c462a commit 4195b17
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser
pip install sphinx sphinx_rtd_theme myst_parser numpy opencv-python matplotlib gmsh
- name: Sphinx build
run: |
sphinx-build src/pyhexspline/docs src/pyhexspline/docs/_build
Expand All @@ -27,7 +27,4 @@ jobs:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: src/pyhexspline/docs/_build
force_orphan: true



force_orphan: true

0 comments on commit 4195b17

Please sign in to comment.