diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index 99106a3f..fa08615f 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -71,7 +71,7 @@ jobs: source-files: 'docs/docs/_build/index.html, docs/docs/_build/developers' destination-username: 'melissawm' destination-branch: 'gh-pages' - destination-repository: 'melissawm/napari.github.io' + destination-repository: 'napari.github.io' destination-directory: 'stable' - name: Deploy Docs