diff --git a/build.sh b/build.sh index 1e5ed84e7f6f..3f373656f735 100755 --- a/build.sh +++ b/build.sh @@ -99,6 +99,9 @@ git add . git commit --message "$gitCommitMessage" git push --force -mkdir output -echo "Build finished. Commit message: $gitCommitMessage" > output/index.html +# Create some output so Cloudflare is happy +cd .. +mkdir -p ./output +echo "Build finished. Commit message: $gitCommitMessage" > ./output/index.html + echo "Done. Made by @Craptain"