Skip to content

Commit b9b55a3

Browse files
Update gh-pages.yml
1 parent eed7594 commit b9b55a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gh-pages.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
submodules: recursive
2424
fetch-depth: 0
2525

26+
- name: Checkout submodules
27+
run: git submodule update --init --recursive
28+
2629
- name: Set up Python
2730
uses: actions/setup-python@v2.2.1
2831
with:

0 commit comments

Comments
 (0)