Skip to content

Commit

Permalink
Try common approach.
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekbanas committed Nov 20, 2024
1 parent b284973 commit b4f9abf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
with:
use-public-rspm: true

- name: Install R dependencies
run: install.packages("pkgdown")
shell: Rscript {0}
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
needs: website

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit b4f9abf

Please sign in to comment.