diff options
author | Preston Pan <preston@nullring.xyz> | 2023-02-04 13:11:10 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2023-02-04 13:11:10 -0800 |
commit | 332d5fc8fdf0df709361ecfcbfa4ff1f952c07d4 (patch) | |
tree | 450953a2b0d955b9dd0e30bb950198863ec87d5d /build.sh | |
parent | 0952e317492a32cab3a1c37c6657b090468cb19b (diff) |
does this work?
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |