Skip to content

Commit

Permalink
Next try with exclude of httr2 and new settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian8207 committed Nov 26, 2024
1 parent 2c6f1ef commit c9024a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install extra R dependencies
run: |
Rscript -e 'renv::install("pkgdown")'
Rscript -e 'renv::install("pkgdown", exclude = "httr2")'
Rscript -e 'renv::install(".")'
- name: Build site
Expand Down

0 comments on commit c9024a2

Please sign in to comment.