fix bash lint

This commit is contained in:
yimysty
2023-10-19 17:40:15 -07:00
parent 84a94c413e
commit 92113c15dd
+1 -1
View File
@@ -37,7 +37,7 @@ else
FUTURE=''
fi
cd "$PAGES_GEM_HOME"
{ cd "$PAGES_GEM_HOME" || { echo "::error::pages gem not found"; exit 1; }; }
# Run the command, capturing the output
build_output="$($GITHUB_PAGES_BIN build "$VERBOSE" "$FUTURE" --source "$SOURCE_DIRECTORY" --destination "$DESTINATION_DIRECTORY")"