Skip to content

Commit

Permalink
Update quarto-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpeake authored Nov 29, 2024
1 parent af1b829 commit 5b5a081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# add software dependencies here
- name: Install packages (needed for Rmd)
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "jsonlite", "here", "tidyverse"))'
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "jsonlite", "here", "tidyverse","sf"))'

- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit 5b5a081

Please sign in to comment.