Closed jckantor closed 1 year ago
Currently the book is built with JupyterBook and pushed to the main branch. The ghp-import moves the HTML folder to gh-pages. This works, but could potentially result in a difficult merge conflict if multiple folks are building the book.
A github action would provide a single and reproducible path for deploying the book following a push to the main branch. See https://jupyterbook.org/publish/gh-pages.html.
https://jupyterbook.org/en/stable/publish/gh-pages.html#automatically-host-your-book-with-github-actions
Closed by 5e7959c9dd7dacc2268e3fc4f7de368ebfd4d8db.
Currently the book is built with JupyterBook and pushed to the main branch. The ghp-import moves the HTML folder to gh-pages. This works, but could potentially result in a difficult merge conflict if multiple folks are building the book.
A github action would provide a single and reproducible path for deploying the book following a push to the main branch. See https://jupyterbook.org/publish/gh-pages.html.