Skip to content

Commit

Permalink
roll back to dev pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Aug 6, 2021
1 parent 66da16e commit 4a05152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-full.yaml
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 4a05152

Please sign in to comment.