Skip to content

Commit f1c6810

Browse files
committed
WIP
1 parent 8a4ddd2 commit f1c6810

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0 # Needed for lastUpdated in VitePress
29-
submodules: recursive
3029

31-
- name: Update submodules
32-
run: git submodule update --init --recursive
30+
- name: Checkout submodules
31+
run: |
32+
git submodule update --init --recursive
3333
3434
- name: Setup Node
3535
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)