@shannonrankin, @Kourtney-Burger and I were having issues getting code added to the code folder to render and publish properly on the GitHub repo using this template. We added the following to the _quarto.yml and it seems to have solved the problem. Please update the yml to have the following included (in bold)
project:
type: website
output-dir: docs
render:
- "*.qmd"
@shannonrankin, @Kourtney-Burger and I were having issues getting code added to the code folder to render and publish properly on the GitHub repo using this template. We added the following to the _quarto.yml and it seems to have solved the problem. Please update the yml to have the following included (in bold)
project:
type: website
output-dir: docs
render:
- "*.qmd"