Memo - mtsgi/mtsgi.github.io GitHub Wiki

How to build and release

  1. Merge commits into build branch from another branch

  2. Run yarn build and push it at build

  3. Push /docs as a subtree to master

git subtree push --prefix docs/ origin master