feat: its a bodge but we should be able to use git commands in the build script now
All checks were successful
Build / build (push) Successful in 8s
Build / deploy (push) Successful in 13s

This commit is contained in:
silver 2024-09-14 22:39:20 +01:00
parent 45ca889725
commit 00c08c4b1b
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -28,7 +28,7 @@
name = "skynet-wiki";
src = self;
buildInputs = packages;
buildPhase = "mkdocs build";
buildPhase = "mv _git .git && mkdocs build";
installPhase = "mkdir -p $out; cp -R site/* $out;";
};