Skip to content

Commit

Permalink
add parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Sep 5, 2024
1 parent 53c5f67 commit 62fbbf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
run: |
echo "Rendering the page..."
Rscript -e 'install.packages(c("knitr", "rmarkdown"))'
Rscript -e 'rmarkdown::render(input = "examples/DownloadandSaveModelLocally.Rmd")'
Rscript -e 'rmarkdown::render(input = "examples/DownloadandSaveModelLocally.Rmd",
params = list(model = "v1.0", state = "AR", year = 2020))'
- name: Upload check results
if: failure() # if any of the previous steps fail, export a log
Expand Down

0 comments on commit 62fbbf2

Please sign in to comment.