mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed GitHub Action
This commit is contained in:
parent
ee703e6be4
commit
4d12ba8b59
3
.github/workflows/documentation.yml
vendored
3
.github/workflows/documentation.yml
vendored
@ -53,6 +53,9 @@ jobs:
|
||||
key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
|
||||
path: .cache
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install pngquant
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
pip install \
|
||||
|
Loading…
Reference in New Issue
Block a user