Skip to content

Commit 066f73c

Browse files
Try it a different way
1 parent 05bb4ff commit 066f73c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-book.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ jobs:
2828
permissions:
2929
contents: read
3030
steps:
31-
- uses: actions/checkout@v4
31+
- name: Checkout repository
32+
uses: actions/checkout@v4
3233
with:
3334
fetch-depth: 0
3435
submodules: recursive
36+
- name: Checkout submodules
37+
run: git submodule update --init --recursive
3538

3639
- id: set-branches
3740
name: Set branches

0 commit comments

Comments
 (0)