Skip to content

Commit

Permalink
try installing epiphytoolR on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMelloy committed Mar 11, 2024
1 parent 1e3e4ad commit 081b9c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- name: Install R dependencies
run: Rscript -e 'install.packages(c("remotes")); remotes::install_github(repo = "PaulMelloy/epiphytoolR")'
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
Expand Down

0 comments on commit 081b9c3

Please sign in to comment.