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 9cc2a64 commit 4cde985Copy full SHA for 4cde985
.github/workflows/pkgdown.yaml
@@ -33,3 +33,9 @@ jobs:
33
git config --local user.name "$GITHUB_ACTOR"
34
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
35
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
36
+
37
+ - name: Install dependencies
38
+ run: |
39
+ remotes::install_deps(dependencies = TRUE)
40
+ install.packages("pkgdown", type = "binary")
41
+ shell: Rscript {0}
0 commit comments