- Create a new branch for your work, and checkout to that branch
- write contents in a new file (e.g.
chapter1.md). - add an entry in
_toc.yml(e.g.- file: markdown-notebooks) - Make a new PR to merge into the
mainbranch. - (for publisher/administrator) after the working branch is merged, execute
jupyter-book build .and thenghp-import -n -p -f _build/html.ghp-importwill automatically push all the changes into thegh-pagesbranch. GitHub Actions will do the rest.
