Skip to content

Commit

Permalink
pkgdown build failed due to no SpotSweeper package. Added 'Install Sp…
Browse files Browse the repository at this point in the history
…otSweeper' step to workflow after 'Install dependencies'
  • Loading branch information
MicTott committed Feb 15, 2024
1 parent e67cc02 commit 3ff741d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,16 @@ jobs:
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
- name: Install dependencies
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown
needs: website

- name: Install SpotSweeper
run: remotes::install_local(dependencies = TRUE)
shell: Rscript {0}

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit 3ff741d

Please sign in to comment.