From 252c383f6521b0c39e4eb5fd0e1e4853c889173f Mon Sep 17 00:00:00 2001 From: isobelhooper Date: Sat, 14 Dec 2024 15:11:28 +0000 Subject: [PATCH] Change CQCL-DEV to quantinuum-dev in deploy_site.yml (#40) --- .github/workflows/deploy_site.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_site.yml b/.github/workflows/deploy_site.yml index 5676aee..8f647b2 100644 --- a/.github/workflows/deploy_site.yml +++ b/.github/workflows/deploy_site.yml @@ -40,21 +40,21 @@ jobs: uses: ./.github/actions/extract-docs with: subdir: '${{ env.DOCS_DIR }}/nexus' - repo: 'CQCL-DEV/nexus-docs' + repo: 'quantinuum-dev/nexus-docs' tarball_prefix: 'nexus-docs' token: ${{ secrets.NEXUS_DOCS_READ_ACCESS_TOKEN }} - name: Extract Inquanto docs uses: ./.github/actions/extract-docs with: subdir: '${{ env.DOCS_DIR }}/inquanto' - repo: 'CQCL-DEV/inquanto-docs' + repo: 'quantinuum-dev/inquanto-docs' tarball_prefix: 'inquanto-docs' token: ${{ secrets.INQUANTO_DOCS_READ_ACCESS_TOKEN }} - name: Extract tket docs uses: ./.github/actions/extract-docs with: subdir: '${{ env.DOCS_DIR }}/tket' - repo: 'CQCL-DEV/tket-site' + repo: 'quantinuum-dev/tket-site' tarball_prefix: 'tket-docs' token: ${{ secrets.TKET_DOCS_READ_ACCESS_TOKEN }} - name: Extract Lambeq docs