mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
ci: update to use website derivation
This commit is contained in:
parent
b02896bf15
commit
daf0f70c3b
4
.github/workflows/site.yml
vendored
4
.github/workflows/site.yml
vendored
@ -13,10 +13,10 @@ jobs:
|
|||||||
- uses: DeterminateSystems/magic-nix-cache-action@v8
|
- uses: DeterminateSystems/magic-nix-cache-action@v8
|
||||||
- env:
|
- env:
|
||||||
NIXPKGS_ALLOW_UNFREE: "1"
|
NIXPKGS_ALLOW_UNFREE: "1"
|
||||||
run: nix develop .#docs --impure -c hugo -s ./docs/
|
run: nix build .#devPackages.x86_64-linux.website
|
||||||
- uses: actions/upload-pages-artifact@v3
|
- uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: "docs/public"
|
path: "result/"
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
Reference in New Issue
Block a user