Skip to content

Commit

Permalink
install bookdown in action
Browse files Browse the repository at this point in the history
  • Loading branch information
WesIngwersen authored Nov 15, 2024
1 parent a510121 commit baaf100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install packages and render Rmarkdown files
run: |
echo "Rendering the page..."
Rscript -e 'install.packages(c("knitr", "rmarkdown", "kableExtra", "officedown", "pak"))'
Rscript -e 'install.packages(c("knitr", "rmarkdown", "kableExtra", "officedown","bookdown", "pak"))'
Rscript -e 'rmarkdown::render(input = "examples/DownloadandSaveModelLocally.Rmd",
params = list(model = "v1.0", states = c("AR"), years = c(2019,2020)))'
Rscript -e 'rmarkdown::render(input = "examples/Demo-Multipliers-CO.Rmd")'
Expand Down

0 comments on commit baaf100

Please sign in to comment.