Skip to content

Releases: jeoy/github-deploy-actions

Github-deploy-actions

27 Sep 03:08
Compare
Choose a tag to compare

This action will auto build and deploy to target branch when it get triggered.

Also it can preserve the history of gh-pages and convenient for rolling back to previous version.

And it will compare deployment file to previous version by using git status --porcelain, it will not to deploy if nothing change.

Github-deploy-actions

27 Sep 02:55
af101db
Compare
Choose a tag to compare

This action will auto build and deploy to target branch when it get triggered.

Also it can preserve the history of gh-pages and convenient for rolling back to previous version

Github-deploy-actions

26 Sep 09:49
Compare
Choose a tag to compare
Github-deploy-actions Pre-release
Pre-release

This action will auto deploy to target branch when it get triggered

How It Works

When push to master branch

This Action will run yarn && yarn build

Then push build folder as a new commit on gh-pages branch

note: mark sure build folder is on your gitignore list

deploy page:

demo

what exactly is done during the action

checkout this shell