Skip to content

Commit

Permalink
Try fixing the docs compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
israelmcmc committed Dec 23, 2023
1 parent 816ac1f commit 10c76cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
pip install sphinx sphinx_rtd_theme myst_parser nbsphinx
- name: Sphinx build
run: |
sphinx-build docs _build
make -C docs html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/docs' }}
with:
publish_branch: docs
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
publish_dir: docs/_build/html
force_orphan: true

0 comments on commit 10c76cd

Please sign in to comment.