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
a32e86419f
commit
8e3bea2a47
@ -30,7 +30,7 @@ then
|
||||
fi
|
||||
|
||||
# Commits the data to Github.
|
||||
git add -f $FOLDER &&
|
||||
git add -f $FOLDER && \
|
||||
git commit -m "Deploying $(date +"%T")" && \
|
||||
git push origin `git subtree split --prefix $FOLDER master`:$BRANCH --force
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user