mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update entrypoint.sh
This commit is contained in:
parent
cecc33c75a
commit
97d1e6986a
@ -27,7 +27,7 @@ git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \
|
||||
# Builds the project if applicable.
|
||||
if [ -z "$BUILD_SCRIPT" ]
|
||||
then
|
||||
eval $BUILD_SCRIPT
|
||||
eval "$BUILD_SCRIPT"
|
||||
fi
|
||||
|
||||
# Commits the data to Github.
|
||||
|
Loading…
Reference in New Issue
Block a user