Releases: jeoy/github-deploy-actions
Releases · jeoy/github-deploy-actions
Github-deploy-actions
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
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
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
buildfolder is on your gitignore list
deploy page:
what exactly is done during the action
checkout this shell