Skip to content

Commit f00d438

Browse files
update sync testing in order to avoid affecting production
1 parent be723bd commit f00d438

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sync-to-readthedocs-repo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
git fetch --unshallow origin ${{ needs.extract_branch_or_tag.outputs.ref_name }}
4949
git pull origin ${{ needs.extract_branch_or_tag.outputs.ref_name }}
50-
git remote add mirror https://github.com/flexcompute-readthedocs/tidy3d-docs.git
50+
git remote add mirror https://github.com/flexcompute-readthedocs/tidy3d-docs-demo.git
5151
git push mirror ${{ needs.extract_branch_or_tag.outputs.ref_name }} --force # overwrites always
5252
env:
5353
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
@@ -66,7 +66,7 @@ jobs:
6666
- name: Push corresponding reference to mirror repo if a tag
6767
if: contains(github.ref, 'refs/tags/')
6868
run: |
69-
git remote add mirror https://github.com/flexcompute-readthedocs/tidy3d-docs.git
69+
git remote add mirror https://github.com/flexcompute-readthedocs/tidy3d-docs-demo.git
7070
git push mirror ${{ needs.extract_branch_or_tag.outputs.ref_name }} --force # overwrites always
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GH_PAT }}

0 commit comments

Comments
 (0)