Skip to content

Commit 7e5d465

Browse files
Update build workflow
1 parent 6b1653f commit 7e5d465

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_documentation.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27-
submodules: recursive
27+
submodules: true
28+
29+
- name: Fetch correct submodule shas
30+
run: git submodule foreach 'git fetch --tags --depth 1 origin $sha1 && git checkout -q $sha1'
2831

2932
- name: Install pgnquant for optimize plugin
3033
run: sudo apt-get install pngquant

0 commit comments

Comments
 (0)