Skip to content

Commit 716a67e

Browse files
Update build_documentation.yml
1 parent 9fc4463 commit 716a67e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_documentation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
2525
with:
26-
submodules: true
26+
submodules: recursive
2727

28+
- name: Update submodules
29+
run: git submodule update
2830
- name: Install pgnquant for optimize plugin
2931
run: sudo apt-get install pngquant
3032

0 commit comments

Comments
 (0)