Skip to content

Commit d1e5732

Browse files
committed
run git submodules sync so it doesn't crack
Signed-off-by: rishichawda <[email protected]>
1 parent fd5006a commit d1e5732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-content.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
2626
- name: Update content submodule
2727
run: |
28+
git submodule sync
2829
git submodule update --remote --recursive
2930
git add content
3031
git commit -m "Update content submodule" || echo "No changes to commit"

0 commit comments

Comments
 (0)