Skip to content

Github-deploy-actions

Pre-release
Pre-release

Choose a tag to compare

@jeoy jeoy released this 26 Sep 09:49
· 7 commits to master since this 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