Skip to content

Commit 8a4ddd2

Browse files
committed
WIP
1 parent f92a3df commit 8a4ddd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0 # Needed for lastUpdated in VitePress
29+
submodules: recursive
30+
31+
- name: Update submodules
32+
run: git submodule update --init --recursive
2933

3034
- name: Setup Node
3135
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)