From daf0f70c3bb3ff75cbd79a2f0f23dd719835175f Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 22 Sep 2024 18:10:32 +0800 Subject: [PATCH] ci: update to use website derivation --- .github/workflows/site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 2d54c258..1e919c0c 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -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: