mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Quiets the commit logs (#27)
* Debug * Quiet mode * quiet(er) * q * Quiet mode
This commit is contained in:
parent
494d15faeb
commit
7354b17626
@ -80,6 +80,6 @@ fi
|
||||
echo "Deploying to GitHub..." && \
|
||||
git add -f $FOLDER && \
|
||||
|
||||
git commit -m "Deploying to ${BRANCH} - $(date +"%T")" && \
|
||||
git commit -m "Deploying to ${BRANCH} - $(date +"%T")" --quiet && \
|
||||
git push $REPOSITORY_PATH `git subtree split --prefix $FOLDER ${BASE_BRANCH:-master}`:$BRANCH --force && \
|
||||
echo "Deployment succesful!"
|
||||
|
Loading…
Reference in New Issue
Block a user