Memo - mtsgi/mtsgi.github.io GitHub Wiki
How to build and release
-
Merge commits into
build
branch from another branch -
Run
yarn build
and push it at build -
Push
/docs
as a subtree to master
git subtree push --prefix docs/ origin master
Merge commits into build
branch from another branch
Run yarn build
and push it at build
Push /docs
as a subtree to master
git subtree push --prefix docs/ origin master