Skip to content

Commit

Permalink
fix(render): fix rendering of quarto site by excluding R .qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jan 9, 2025
1 parent 99487fc commit d3fbff1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ project:
type: website
preview:
browser: true
# Include & exclude certain files when rendering
render:
- "*.qmd"
- "*.md"
- "!./reproduction/scripts/*.qmd"

website:
# Name of site in navbar
Expand Down

0 comments on commit d3fbff1

Please sign in to comment.