Skip to content

Commit 252e99a

Browse files
Update build_documentation.yml
1 parent 9fc4463 commit 252e99a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_documentation.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
2525
with:
26-
submodules: true
26+
submodules: recursive
27+
28+
- name: Update submodules
29+
run: |
30+
git submodule update --init --recursive
31+
git submodule update --recursive --remote
2732
2833
- name: Install pgnquant for optimize plugin
2934
run: sudo apt-get install pngquant

0 commit comments

Comments
 (0)