mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +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
|
||||
- env:
|
||||
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
|
||||
with:
|
||||
path: "docs/public"
|
||||
path: "result/"
|
||||
retention-days: 7
|
||||
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user