Skip to content

Commit

Permalink
only install pkgdown deps for website for speed
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed Apr 16, 2024
1 parent e052f89 commit 11b8707
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
- uses: r-lib/actions/setup-tinytex@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check
packages: pkgdown
- name: Build Site
run: pkgdown::build_site()
shell: Rscript {0}
Expand Down

0 comments on commit 11b8707

Please sign in to comment.