Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinrozzi committed Feb 16, 2024
1 parent be811e2 commit 6753c03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
with:
extra-packages: any::pkgdown, local::.
needs: website

- name: Install dependencies
run: |
options("pkgType" = "binary")
remotes::install_deps(dependencies = TRUE)
install.packages(c("pkgdown","preferably"), type = "binary")
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit 6753c03

Please sign in to comment.