The quarto can support the jupyter notebook and qmd file.
Firstly, configure any installation according to this page.
- Set
gh-pages
branch.
To make any changes, we can just edit the files in the current folder, and then run the following command to update deployment.
quarto publish gh-pages
If you need to rebuild the project, use quarto render
to rebuild the project. And we can use quarto preview
to preview the project locally.