We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ba89e commit 11835b4Copy full SHA for 11835b4
.github/workflows/build_documentation.yml
@@ -23,12 +23,8 @@ jobs:
23
- name: Checkout repository
24
uses: actions/checkout@v4
25
with:
26
- fetch-depth: 0
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'
31
-
32
- name: Install pgnquant for optimize plugin
33
run: sudo apt-get install pngquant
34
0 commit comments