Skip to content

Commit

Permalink
Skip validate, prebuild Haskell code
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Apr 5, 2024
1 parent dbe8260 commit 069fd4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ default:
generate-xml:
rm -rf book/generated-xml
./book/tools/generate.sh
./book/tools/validate.hs
# ./book/tools/validate.hs

generate-static:
git rm -r public
rm -rf yesodweb.com
git clone https://github.com/yesodweb/yesodweb.com
cd yesodweb.com && stack build
cd yesodweb.com/make-it-static && cargo run
mv yesodweb.com/public .
git add public
Expand Down

0 comments on commit 069fd4e

Please sign in to comment.