Closed terrytangyuan closed 3 months ago
Currently we have to manually update the website in gh-pages branch, which includes:
gh-pages
.git
.nojekyll
_build/html/*
cd doc; make html
This process should be automated.
Using Github Actions to publish new websites might be a good approach as well: https://github.com/sdras/awesome-actions#github-pages
Currently we have to manually update the website in
gh-pages
branch, which includes:.git
and the.nojekyll
(reference)_build/html/*
after runningcd doc; make html
on the master branch.This process should be automated.