Skip to content

Commit

Permalink
Use remotes
Browse files Browse the repository at this point in the history
Should be a bit faster
  • Loading branch information
hadley committed Mar 21, 2020
1 parent b7045ba commit d098208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
install.packages("remotes")
# To get links for homepage
install.packages("devtools")
remotes::install_cran("devtools")
remotes::install_deps(dependencies = TRUE)
remotes::install_dev("pkgdown")
shell: Rscript {0}
Expand Down

0 comments on commit d098208

Please sign in to comment.