Skip to content

Commit

Permalink
Fix installation order.
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian8207 committed Nov 26, 2024
1 parent 86c9e93 commit 9713a43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
with:
use-public-rspm: true

- uses: r-lib/actions/setup-renv@v2

- name: Install extra R dependencies
run: |
Rscript -e 'renv::install("pkgdown")'
Rscript -e 'renv::restore(packages = "httr2")'
Rscript -e 'renv::install(".")'
- uses: r-lib/actions/setup-renv@v2

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit 9713a43

Please sign in to comment.