fix bash lint
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ else
|
|||||||
FUTURE=''
|
FUTURE=''
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "$PAGES_GEM_HOME"
|
{ cd "$PAGES_GEM_HOME" || { echo "::error::pages gem not found"; exit 1; }; }
|
||||||
|
|
||||||
# Run the command, capturing the output
|
# Run the command, capturing the output
|
||||||
build_output="$($GITHUB_PAGES_BIN build "$VERBOSE" "$FUTURE" --source "$SOURCE_DIRECTORY" --destination "$DESTINATION_DIRECTORY")"
|
build_output="$($GITHUB_PAGES_BIN build "$VERBOSE" "$FUTURE" --source "$SOURCE_DIRECTORY" --destination "$DESTINATION_DIRECTORY")"
|
||||||
|
|||||||
Reference in New Issue
Block a user