Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix bash lint
yimysty committed Oct 20, 2023
1 parent 84a94c4 commit 92113c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
@@ -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")"

0 comments on commit 92113c1

Please sign in to comment.