Skip to content

Commit

Permalink
docs build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lamont committed Feb 7, 2024
1 parent 24beec8 commit 8369d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx pydata-sphinx-theme myst-nb sphinx-design sphinx-autoapi numpydoc ghp-import
pip install sphinx pydata-sphinx-theme myst-nb sphinx-design sphinx-autoapi numpydoc ghp-import -e .
- name: Sphinx build
run: |
Expand Down

0 comments on commit 8369d8d

Please sign in to comment.