mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
add poetry install && cairo
This commit is contained in:
parent
cd793b2220
commit
7e51c4570f
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: nix develop --command -- poetry run mkdocs build --strict
|
run: nix develop --command -- poetry install && poetry run mkdocs build --strict
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
@ -95,6 +95,7 @@
|
|||||||
python311
|
python311
|
||||||
poetry
|
poetry
|
||||||
mkdocs
|
mkdocs
|
||||||
|
cairo
|
||||||
];
|
];
|
||||||
|
|
||||||
# Add entry to build a docker image with headscale
|
# Add entry to build a docker image with headscale
|
||||||
|
2
poetry.lock
generated
2
poetry.lock
generated
@ -1015,4 +1015,4 @@ files = [
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.11"
|
python-versions = "^3.11"
|
||||||
content-hash = "41e982f54f4dd5c6d686cd2482fbf882bf7b30e566670e96de00e77f5c611d31"
|
content-hash = "11fb159dd50e4d55255a52ae506f4dd23a52e00d30ade481b6bd9a13687bcd25"
|
||||||
|
Loading…
Reference in New Issue
Block a user