Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f8d1ed

Browse files
committed
📝 update readme
1 parent af101db commit 3f8d1ed

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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

6268
checkout 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)

0 commit comments

Comments
 (0)