From 3a8a03a84c77654ee9d00eb0dc609e779229f0a5 Mon Sep 17 00:00:00 2001 From: Alex Chubaty Date: Tue, 16 Apr 2024 15:33:44 -0600 Subject: [PATCH] tweaking GHA for NLMR installation --- .github/workflows/pkgdown.yaml | 10 ++-------- .github/workflows/update-citation-cff.yaml | 2 ++ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 9854df29..002acd98 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -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} diff --git a/.github/workflows/update-citation-cff.yaml b/.github/workflows/update-citation-cff.yaml index 0c43b604..337dd559 100644 --- a/.github/workflows/update-citation-cff.yaml +++ b/.github/workflows/update-citation-cff.yaml @@ -34,6 +34,8 @@ jobs: extra-packages: | any::cffr any::V8 + s-u/fastshp + ropensci/NLMR - name: Update CITATION.cff run: |