ropensci-review-tools / babelquarto

Renders a Multilingual Quarto Project (Book or Website)
https://docs.ropensci.org/babelquarto/
Other
39 stars 7 forks source link

Boolean yml parameters are interpreted incorrectly during render_website() #21

Closed joelnitta closed 1 year ago

joelnitta commented 1 year ago

I have

execute:
  freeze: true

In my _quarto.yml, and it renders fine (with freeze working properly) when I run quarto render at the command line.

But when I try to do render_website(), I get

Error: Project _quarto.yml validation failed.

(line 34, columns 11--14) Field "freeze" has value yes, which must instead be `true` or `false`