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: |