diff --git a/compile.sh b/compile.sh index e894934..4f67219 100755 --- a/compile.sh +++ b/compile.sh @@ -1,5 +1,7 @@ #!/bin/sh +set +e + mkdir -p ./html/articles ./tools/main_page_generator.py ./articles | ./tools/mmd/build/multimarkdown > ./html/index.html