Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 790 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 790 Bytes

🗣️ My blog to share my thinking about AI tech development and entrepreneurship

🐦 Follow me on linkedin

The quarto can support the jupyter notebook and qmd file.

How to do CI/CD

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.