Skip to content

Commit

Permalink
Do not use cached files
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Jan 4, 2024
1 parent 9ecdeb2 commit 7738d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,15 @@ jobs:
- name: Install distribution
run: pip install .//dist//*.whl
- name: Build base documentation
run: sphinx-build -D plot_gallery=0 doc build//doc
run: sphinx-build -a -D plot_gallery=0 doc build//doc
- name: Build tutorial and gallery
if: >
(
github.event_name == 'release' &&
github.event.action == 'published'
)
|| github.event_name == 'workflow_dispatch'
run: sphinx-build doc build//doc
run: sphinx-build -a doc build//doc
- name: Zip documentation
run: |
cd build
Expand Down

0 comments on commit 7738d9d

Please sign in to comment.