@isabelizimm Which method do you use to publish? The "check the generated site files into version control" method or the "use CI to build the site on commit pushes" method?
@capbri i am not a purist! for single file projects, i’ll just name it `index.qmd`, render the html, and push on the main branch. if it’s something bigger than 1 file but i don’t plan on maintaining long-term, i’ll use `quarto publish gh-pages` (just don’t ever stop it mid push 😳). and i have github actions set up for bigger projects/package documentation.
@capbri i am not a purist! for single file projects, i’ll just name it `index.qmd`, render the html, and push on the main branch. if it’s something bigger than 1 file but i don’t plan on maintaining long-term, i’ll use `quarto publish gh-pages` (just don’t ever stop it mid push 😳). and i have github actions set up for bigger projects/package documentation.