From 332d5fc8fdf0df709361ecfcbfa4ff1f952c07d4 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 4 Feb 2023 13:11:10 -0800 Subject: does this work? --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 831304c..b4a0558 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,7 @@ find ./website -type d | xargs -I{} mkdir -p "$BUILD_DIR/{}" # With all the preparation done, it hands execution over to the process_file script. find ./website -type f -exec ./process_file {} \; || exit 1 -./finalize_build.sh +bash finalize_build.sh if [ $# -eq 0 ]; then exit 0 # and exits 0 if successful and no commit message was supplied. fi -- cgit