File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Github-deploy-actions
22
3- This action will auto deploy to target branch when it get triggered
3+ This action will auto build and deploy to target branch when it get triggered.
4+
5+ Also it can preserve the history of gh-pages and convenient for rolling back to
6+ previous version.
7+
8+ And it will compare deployment file to previous version by using
9+ ` git status --porcelain ` , it will not to deploy if nothing change.
410
511# How to Use
612
@@ -55,9 +61,9 @@ Then push `build` folder as a new commit on `gh-pages` branch
5561
5662# deploy page:
5763
58- [demo](https://jeoy.github.io/github-deploy-actions/)
64+ [gh-pages demo](https://jeoy.github.io/github-deploy-actions/)
5965
6066# # what exactly is done during the action
6167
6268checkout this
63- [shell ](https://github.com/jeoy/github-deploy-actions/blob/develop/.github/actions/deploy /entrypoint.sh)
69+ [entrypoint.sh ](https://github.com/jeoy/github-deploy-actions/blob/master /entrypoint.sh)
You can’t perform that action at this time.
0 commit comments