diff --git a/justfile b/justfile index 1adeae1..c766d13 100644 --- a/justfile +++ b/justfile @@ -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