Fix Github Actions docs pipeline (#1622)

This commit is contained in:
Azamat H. Hackimov 2023-11-29 17:11:00 +03:00 committed by GitHub
parent f13cf64578
commit 4c608a4b58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -26,7 +26,7 @@ jobs:
key: ${{ github.ref }}
path: .cache
- name: Setup dependencies
run: pip install mkdocs-material pillow cairosvg mkdocs-minify-plugin
run: pip install -r docs/requirements.txt
- name: Build docs
run: mkdocs build --strict
- name: Upload artifact