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
1df176a401
commit
92d38b983a
@ -27,7 +27,6 @@ git push $GITHUB_REPOSITORY $BRANCH:$BRANCH && \
|
|||||||
if [ -z "$BUILD_SCRIPT" ]
|
if [ -z "$BUILD_SCRIPT" ]
|
||||||
then
|
then
|
||||||
$BUILD_SCRIPT && \
|
$BUILD_SCRIPT && \
|
||||||
fi
|
|
||||||
|
|
||||||
# Commits the data to Github.
|
# Commits the data to Github.
|
||||||
git add -f $FOLDER &&
|
git add -f $FOLDER &&
|
||||||
|
Loading…
Reference in New Issue
Block a user