We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee703e6 commit 4d12ba8Copy full SHA for 4d12ba8
1 file changed
.github/workflows/documentation.yml
@@ -53,6 +53,9 @@ jobs:
53
key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
54
path: .cache
55
56
+ - name: Install dependencies
57
+ run: sudo apt-get install pngquant
58
+
59
- name: Install Python dependencies
60
run: |
61
pip install \
0 commit comments