Skip to content

Commit f8b65db

Browse files
daquinteroflexmomchil-flex
authored andcommitted
FIX: sync-readthedocs-deployment with submodule ✒️
1 parent fa40288 commit f8b65db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- latest
99
- 'pre/*'
1010
- 'v*'
11+
- "dario/fix_sync_with_submodule"
12+
1113
workflow_dispatch:
1214
inputs:
1315
env:
@@ -77,13 +79,16 @@ jobs:
7779
steps:
7880
- name: Checkout
7981
uses: actions/checkout@v3
82+
with:
83+
submodules: true
8084
- name: Create new branch if version pattern
8185
uses: GuillaumeFalourd/[email protected]
8286
with:
8387
repository_owner: flexcompute-readthedocs
8488
repository_name: tidy3d-docs
8589
new_branch_name: ${{ needs.set_env.outputs.dest-branch }}
8690
access_token: ${{ secrets.GH_PAT }}
91+
new_branch_ref: default_clean_sync_branch
8792
ignore_branch_exists: true
8893
- uses: JamesIves/github-pages-deploy-action@v4
8994
with:

docs/notebooks

Submodule notebooks updated 81 files

0 commit comments

Comments
 (0)