Skip to content

Commit

Permalink
🔧 Weird commit checkout issue on sync
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinteroflex committed Jul 23, 2024
1 parent 93aec55 commit 8d8c077
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sync-to-readthedocs-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:

- name: Push corresponding reference to mirror repo
run: |
git fetch --unshallow origin ${{ needs.extract_branch_or_tag.outputs.ref_name }}
git pull origin ${{ needs.extract_branch_or_tag.outputs.ref_name }}
git remote add mirror https://github.com/flexcompute-readthedocs/tidy3d-docs.git
git push mirror ${{ needs.extract_branch_or_tag.outputs.ref_name }} --force # overwrites always
env:
Expand Down

0 comments on commit 8d8c077

Please sign in to comment.