Skip to content

Commit 2144c43

Browse files
authored
Another attempt at #40 to fix pkgdown
1 parent 1692575 commit 2144c43

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pkgdown.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@ jobs:
2727
extra-packages: pkgdown
2828
needs: website
2929

30+
- name: Install package
31+
run: R CMD INSTALL .
32+
3033
- name: Deploy package
3134
run: |
3235
git config --local user.name "$GITHUB_ACTOR"
3336
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
37+
Rscript -e 'pkgdown::build_site(run_examples = FALSE, build_vignettes = FALSE)'
3438
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'

0 commit comments

Comments
 (0)