We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91ed65 commit eba90d2Copy full SHA for eba90d2
.github/workflows/pkgdown.yaml
@@ -31,7 +31,7 @@ jobs:
31
run: |
32
install.packages("remotes")
33
remotes::install_deps(dependencies = TRUE)
34
- remotes::install_dev("pkgdown")
+ remotes::install_cran("pkgdown")
35
shell: Rscript {0}
36
37
- name: Install package
0 commit comments