Skip to content

Commit

Permalink
Merge pull request #99 from drieslab/dev
Browse files Browse the repository at this point in the history
Remove GiottoData installation from gh actions for pkgdown
  • Loading branch information
jiajic authored Nov 19, 2023
2 parents 66155ac + 4bcb787 commit b07d145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- name: Set up dependencies (GiottoData)
run: |
suppressWarnings({
remotes::install_github('drieslab/GiottoData@suite_modular', build = FALSE)
})
shell: Rscript {0}

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down
4 changes: 2 additions & 2 deletions man/r_spatial_conversions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b07d145

Please sign in to comment.