Skip to content

Commit

Permalink
installing pkgdown dependencies in GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
finlaycampbell committed Jan 20, 2025
1 parent 42c6411 commit a4e5450
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 @@ -39,7 +39,7 @@ jobs:
- name: Install dependencies
run: |
remotes::install_deps(dependencies = TRUE)
install.packages("pkgdown")
install.packages("pkgdown", dependencies = TRUE)
shell: Rscript {0}

- name: Install package
Expand Down

0 comments on commit a4e5450

Please sign in to comment.