Skip to content

Commit eba90d2

Browse files
committed
Use cran version of pkgdown
1 parent f91ed65 commit eba90d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
install.packages("remotes")
3333
remotes::install_deps(dependencies = TRUE)
34-
remotes::install_dev("pkgdown")
34+
remotes::install_cran("pkgdown")
3535
shell: Rscript {0}
3636

3737
- name: Install package

0 commit comments

Comments
 (0)