Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Apr 16, 2024
2 parents e93fe3f + e57bb64 commit 89e33b3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,16 @@ jobs:
extra-packages: |
any::pkgdown
local::.
s-u/fastshp
ropensci/NLMR
PredictiveEcology/Require@development
PredictiveEcology/reproducible@development
PredictiveEcology/SpaDES.tools@development
fastshp=?ignore
NLMR=?ignore
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
10 changes: 8 additions & 2 deletions .github/workflows/update-citation-cff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,14 @@ jobs:
extra-packages: |
any::cffr
any::V8
s-u/fastshp
ropensci/NLMR
fastshp=?ignore
NLMR=?ignore
- name: Install additional package dependencies
run: |
pak::pkg_install("ropensci/NLMR")
pak::pkg_install("s-u/fastshp")
shell: Rscript {0}

- name: Update CITATION.cff
run: |
Expand Down

0 comments on commit 89e33b3

Please sign in to comment.