Skip to content

Commit 4cde985

Browse files
committed
Update pkgdown.yaml
1 parent 9cc2a64 commit 4cde985

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ jobs:
3333
git config --local user.name "$GITHUB_ACTOR"
3434
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
3535
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
36+
37+
- name: Install dependencies
38+
run: |
39+
remotes::install_deps(dependencies = TRUE)
40+
install.packages("pkgdown", type = "binary")
41+
shell: Rscript {0}

0 commit comments

Comments
 (0)