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:
3
.github/workflows/documentation.yml
vendored
3
.github/workflows/documentation.yml
vendored
@@ -53,6 +53,9 @@ jobs:
|
|||||||
key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
|
key: ${{ runner.os }}-${{ hashFiles('.cache/**') }}
|
||||||
path: .cache
|
path: .cache
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: sudo apt-get install pngquant
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install \
|
pip install \
|
||||||
|
|||||||
Reference in New Issue
Block a user