Skip to content

Commit 4d12ba8

Browse files
committed
Fixed GitHub Action
1 parent ee703e6 commit 4d12ba8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
5454
path: .cache
5555

56+
- name: Install dependencies
57+
run: sudo apt-get install pngquant
58+
5659
- name: Install Python dependencies
5760
run: |
5861
pip install \

0 commit comments

Comments
 (0)