Skip to content

Commit

Permalink
WIP: Testing on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed Oct 22, 2024
1 parent 756c856 commit 0ec2722
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ jobs:
# When you use deploy_key, set your private key to the repository which
# includes this action as a secret, and set your public key to your external repository.
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: napari/napari.github.io
external_repository: melissawm/napari.github.io
publish_dir: ./html
publish_branch: gh-pages
destination_dir: ${{ github.event.inputs.target_directory || 'dev' }}
cname: napari.org
#cname: napari.org
keep_files: true

# Because we are using two deploy actions, we need to reset the ssh-agent
Expand All @@ -152,18 +152,18 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: napari/napari.github.io
external_repository: melissawm/napari.github.io
publish_dir: ./html
publish_branch: gh-pages
destination_dir: ${{ github.event.inputs.target_directory || github.event.release.tag_name }}
cname: napari.org
#cname: napari.org
keep_files: true

- name: Set up stable symlink
if: ((github.event_name == 'release' && !contains(github.event.release.tag_name, 'rc')) || (github.event_name == 'workflow_dispatch' && github.event.inputs.target_directory != 'dev'))
uses: convictional/[email protected]
with:
owner: napari
owner: melissawm
repo: napari.github.io
github_token: ${{ secrets.WORKFLOW_PAT }}
workflow_file_name: symlink-stable.yml
Expand Down

0 comments on commit 0ec2722

Please sign in to comment.