Skip to content

Commit

Permalink
build_site_github_pages(install = TRUE)
Browse files Browse the repository at this point in the history
  • Loading branch information
antuki committed Jul 3, 2024
1 parent e4f276a commit 7c2f31b
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 @@ -34,7 +34,7 @@ jobs:
needs: website

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

- name: Deploy to GitHub pages 🚀
Expand Down

0 comments on commit 7c2f31b

Please sign in to comment.