Skip to content

Commit

Permalink
fix the publish_dir to match the artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
psobolewskiPhD authored Mar 27, 2024
1 parent 5fcfe53 commit 0f25f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: napari/napari.github.io
publish_dir: docs/docs/_build/html
publish_dir: ./docs
publish_branch: gh-pages
destination_dir: ${{ env.branch_name }}
cname: napari.org

0 comments on commit 0f25f28

Please sign in to comment.