Skip to content

Commit

Permalink
'remotes' not found. Trying 'R CMD INSTALL .' to install package inst…
Browse files Browse the repository at this point in the history
…ead.
  • Loading branch information
MicTott committed Feb 15, 2024
1 parent 3ff741d commit 70b5880
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
extra-packages: any::pkgdown
needs: website

- name: Install SpotSweeper
run: remotes::install_local(dependencies = TRUE)
shell: Rscript {0}
- name: Install package
run: R CMD INSTALL .

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit 70b5880

Please sign in to comment.