We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1692575 commit 2144c43Copy full SHA for 2144c43
1 file changed
.github/workflows/pkgdown.yaml
@@ -27,8 +27,12 @@ jobs:
27
extra-packages: pkgdown
28
needs: website
29
30
+ - name: Install package
31
+ run: R CMD INSTALL .
32
+
33
- name: Deploy package
34
run: |
35
git config --local user.name "$GITHUB_ACTOR"
36
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
37
+ Rscript -e 'pkgdown::build_site(run_examples = FALSE, build_vignettes = FALSE)'
38
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
0 commit comments