Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Jul 27, 2023
1 parent 44cfa04 commit 4df10a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
with:
# the napari-docs repo is cloned into a docs/ folder, hence the
# invocation below. Locally, you should simply run make docs
run: make -C docs docs GALLERY_PATH=../examples/
run: |
make -C docs docs GALLERY_PATH=../examples/
ls -la docs/docs/_build
- name: Copy permanent files to appropriate folders
uses: nkoppel/push-files-to-another-repository@v1.1.1
Expand Down

0 comments on commit 4df10a7

Please sign in to comment.