zaphyra's git: haumea

fork of https://github.com/nix-community/haumea

commit 670ec4358d5367271b1165dafb0eda968d143fa5
parent e0a85229daa6fb63d6ad7dcd8de6f2e26aa36711
Author: figsoda <figsoda@pm.me>
Date: Sun, 7 May 2023 23:17:08 -0400

ci: attempt to fix pages
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
@@ -22,12 +22,12 @@ jobs:
         uses: actions/configure-pages@v3
 
       - name: Build docs
-        run: nix build ./docs
+        run: |
+          nix build ./docs
+          cp -r --no-preserve=all result/ _site
 
       - name: Upload artifact
         uses: actions/upload-pages-artifact@v1
-        with:
-          path: result
 
   deploy:
     name: deploy