Skip to content

Commit

Permalink
Merge branch 'master' into sshh-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Aug 6, 2021
2 parents a519d49 + 4a05152 commit 63c5638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,9 @@ jobs:

- name: Install dependencies
run: |
install.packages(c("remotes", "pkgbuild", "pkgdown"))
install.packages(c("remotes", "pkgbuild"))
remotes::install_deps(dependencies = TRUE)
remotes::install_dev("pkgdown")
shell: Rscript {0}

- name: Install package
Expand Down

0 comments on commit 63c5638

Please sign in to comment.