Skip to content

Commit

Permalink
Change CQCL-DEV to quantinuum-dev in deploy_site.yml (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
isobelhooper authored Dec 14, 2024
1 parent 0fdd81d commit 252c383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 252c383

Please sign in to comment.