diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 412dc2f..31b5877 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -31,18 +31,6 @@ jobs: with: use-public-rspm: true - - name: Install remotes - run: | - Rscript -e "install.packages('remotes')" - - - name: Install corella from Github - run: | - Rscript -e "remotes::install_github('AtlasOfLivingAustralia/corella')" - - - name: Install paperbark from Github - run: | - Rscript -e "remotes::install_github('AtlasOfLivingAustralia/paperbark')" - - uses: r-lib/actions/setup-r-dependencies@v2 with: extra-packages: any::pkgdown, local::. diff --git a/DESCRIPTION b/DESCRIPTION index 1eaf19b..80f5a22 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -45,6 +45,9 @@ Suggests: rmarkdown, testthat (>= 3.0.0), xml2 +Remotes: + AtlasOfLivingAustralia/corella, + AtlasOfLivingAustralia/paperbark License: MPL-2.0 URL: https://galaxias.ala.org.au BugReports: https://github.com/AtlasOfLivingAustralia/galaxias/issues