A utility repository to build a quarto book website for the BMM Developer Notes for the bmm package: https://github.com/venpopov/bmm
The contents of the _book
directory contain the rendered website, and they are automatically pushed via Github Action to the gh-pages branch of bmm
.
- Make the changes to the .qmd files
- Run
quarto render
from the terminal to render the book - Commit and push the changes to the
master
branch