Currently we have to manually update the website in `gh-pages` branch, which includes: * Delete everything except the `.git` and the `.nojekyll` ([reference](https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/)) * Paste the content of `_build/html/*` after running `cd doc; make html` on the master branch. This process should be automated.