Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c-h-benedetti committed Aug 22, 2023
1 parent a123af2 commit 4c73406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: echo "QT_QPA_PLATFORM=offscreen" >> $GITHUB_ENV
- name: Install dependencies
run: |
pip install --upgrade pip
pip install "napari[all]"
pip install Sphinx sphinx-rtd-theme sphinx-tabs myst-parser
- name: Sphinx build
Expand All @@ -44,5 +45,5 @@ jobs:
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
publish_dir: docs/_build/html
force_orphan: true

0 comments on commit 4c73406

Please sign in to comment.