Skip to content

Commit 617d0af

Browse files
set the submodule clone to get the example codes
1 parent c488929 commit 617d0af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trigger-website-publishing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
steps:
3838
- name: Checkout repository
3939
uses: actions/checkout@v4
40+
with:
41+
submodules: true # This initializes and updates submodules
4042

4143
- name: Zip course-material
4244
run: |

0 commit comments

Comments
 (0)