Skip to content

Commit

Permalink
fix: " vs '
Browse files Browse the repository at this point in the history
  • Loading branch information
spedygiorgio committed Oct 7, 2024
1 parent c9a5c6e commit f618338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
needs: website

- name: Install TinyTeX
run: Rscript -e 'tinytex::install_tinytex()'
run: Rscript -e "tinytex::install_tinytex()"

- name: Build site
run: Rscript -e 'pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)'
run: Rscript -e "pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)"
shell: Rscript {0}

- name: Deploy to GitHub pages 🚀
Expand Down

0 comments on commit f618338

Please sign in to comment.