Skip to content

Commit 84b6b93

Browse files
authored
Merge pull request #45 from haskellfoundation/unbreak-build-whole-site-job
Unbreak the entire site build.
2 parents 67c4c42 + 65834d1 commit 84b6b93

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)