Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: jeoy/github-deploy-actions

Github-deploy-actions

27 Sep 03:08
Compare
Choose a tag to compare
Loading

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
Loading

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
Loading
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.