mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-13 10:37:59 +00:00
Fix Github Actions docs pipeline (#1622)
This commit is contained in:

committed by
GitHub

parent
f13cf64578
commit
4c608a4b58
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user