Skip to content

Commit

Permalink
build_site_github_pages(new_process = TRUE)
Browse files Browse the repository at this point in the history
  • Loading branch information
antuki committed Jul 3, 2024
1 parent 7c2f31b commit ccfea5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 = TRUE)
run: pkgdown::build_site_github_pages(pkg = "./CARTElette", new_process = TRUE, install = TRUE)
shell: Rscript {0}

- name: Deploy to GitHub pages 🚀
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.Rhistory
.RData
.Ruserdata
CARTElette/docs/
CARTElette/pkgdown/favicon/

0 comments on commit ccfea5f

Please sign in to comment.