From 0ec27222542969307a6215570d3022c667dd29e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Tue, 22 Oct 2024 14:15:13 -0300 Subject: [PATCH] WIP: Testing on fork --- .github/workflows/build_and_deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_deploy.yml b/.github/workflows/build_and_deploy.yml index 4af6eeb1..1d33e83a 100644 --- a/.github/workflows/build_and_deploy.yml +++ b/.github/workflows/build_and_deploy.yml @@ -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 @@ -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/trigger-workflow-and-wait@v1.6.5 with: - owner: napari + owner: melissawm repo: napari.github.io github_token: ${{ secrets.WORKFLOW_PAT }} workflow_file_name: symlink-stable.yml