Skip to content

Commit

Permalink
tweaking GHA for NLMR installation
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Apr 16, 2024
1 parent 969a907 commit 3a8a03a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,13 @@ jobs:
extra-packages: |
any::pkgdown
local::.
fastshp=?ignore
NLMR=?ignore
s-u/fastshp
ropensci/NLMR
PredictiveEcology/Require@development
PredictiveEcology/reproducible@development
PredictiveEcology/SpaDES.tools@development
needs: website

- name: Install additional package dependencies
run: |
pak::pkg_install("ropensci/NLMR")
pak::pkg_install("s-u/fastshp")
shell: Rscript {0}

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
extra-packages: |
any::cffr
any::V8
s-u/fastshp
ropensci/NLMR
- name: Update CITATION.cff
run: |
Expand Down

0 comments on commit 3a8a03a

Please sign in to comment.