Skip to content

Commit

Permalink
use CRAN pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs authored Aug 6, 2021
1 parent 0baa18c commit 66da16e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,8 @@ jobs:

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

- name: Install package
Expand Down

0 comments on commit 66da16e

Please sign in to comment.