Skip to content

Commit 824084f

Browse files
committed
Checkout the repo recursively in CI
1 parent 6883cd6 commit 824084f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout gb-asm-tutorial
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020
with:
2121
path: gb-asm-tutorial
22+
submodules: recursive
2223

2324
- name: Install mdbook
2425
uses: peaceiris/actions-mdbook@v1

0 commit comments

Comments
 (0)