Skip to content

Commit

Permalink
Adding r-universe
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzi committed Feb 26, 2024
1 parent ad77381 commit 4b2ab9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docsite-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ jobs:
cp -r _build/html/* ../docsite/.
- uses: r-lib/actions/setup-r@v2
with:
extra-repositories: https://tiledb-inc.r-universe.dev

- uses: r-lib/actions/setup-r-dependencies@v2
with:
working-directory: ./api/r/cellxgene.census
extra-repositories: https://tiledb-inc.r-universe.dev
extra-packages: any::rcmdcheck, any::styler, any::roxygen2, any::pkgdown
needs: check
cache: true
Expand Down

0 comments on commit 4b2ab9d

Please sign in to comment.