Skip to content

Commit 65834d1

Browse files
committedMay 10, 2021
Unbreak the entire site build.
In 7db7397 the output dir was changed to facilitate the build.sh script. This just adapts the Nix build to work with `../docs` too.
1 parent 67c4c42 commit 65834d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ in
4040
echo $LOCALE_ARCHIVE
4141
cd site
4242
site build
43-
mv _site $out
43+
mv ../docs $out
4444
'';
4545

4646
shell = haskellPackages.shellFor {

0 commit comments

Comments
 (0)
Please sign in to comment.