Skip to content

Commit

Permalink
Fixing pkgdown building
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerssam committed Jun 2, 2024
1 parent 3c88046 commit 48b3e2c
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 @@ -30,7 +30,7 @@ jobs:
needs: website

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

- name: Deploy to GitHub pages 🚀
Expand Down

0 comments on commit 48b3e2c

Please sign in to comment.