Skip to content

Commit

Permalink
fix: Build site
Browse files Browse the repository at this point in the history
  • Loading branch information
spedygiorgio committed Oct 7, 2024
1 parent f618338 commit 323d34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: Rscript -e "tinytex::install_tinytex()"

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

- name: Deploy to GitHub pages 🚀
Expand Down

0 comments on commit 323d34b

Please sign in to comment.