mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 10:05:19 +00:00
chain commands
This commit is contained in:
parent
693002a7a9
commit
173ea0423d
2
.github/workflows/docs-test.yml
vendored
2
.github/workflows/docs-test.yml
vendored
@ -24,4 +24,4 @@ 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 install && poetry run mkdocs build --strict
|
run: nix develop --command bash -c "poetry install && poetry run mkdocs build --strict"
|
||||||
|
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 install && poetry run mkdocs build --strict
|
run: nix develop --command bash -c "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:
|
||||||
|
Loading…
Reference in New Issue
Block a user