$ cd $(islet-project/islet)
$ git checkout gh-pages
$ git rebase main
$ ./scripts/make_doc.sh
$ git add docs/*
$ git commit -s -m "Bump to latest main branch"
$ git push origin gh-pages --force
That's it! You can check the status of deploy here.
$ cd $(islet-project/islet)
$ git checkout gh-pages
$ git rebase main
$ ./scripts/make_doc.sh
$ git add docs/*
$ git commit -s -m "Bump to latest main branch"
$ git push origin gh-pages --force
That's it! You can check the status of deploy here.