Skip to content

Commit

Permalink
Static R docsite (#1294)
Browse files Browse the repository at this point in the history
* Static R docsite

* Updated docs
  • Loading branch information
ebezzi authored Oct 3, 2024
1 parent b09d336 commit a1aff8a
Show file tree
Hide file tree
Showing 76 changed files with 16,672 additions and 3,561 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/docsite-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,36 +36,12 @@ jobs:
run: |
sudo apt-get install -y pandoc
- name: Install misc deps
run: |
sudo apt-get update
sudo apt-get install -y libcairo2-dev rsync
- name: Build Sphinx website
run: |
cd docs/
make clean && make html
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, any::BiocManager,
needs: check
cache: true

- name: Build pkgdown website
run: |
cd api/r/cellxgene.census
mv _vignettes vignettes
Rscript -e 'BiocManager::install("scater")'
Rscript -e 'pkgdown::build_site()'
cd ../../../
mkdir -p docsite/r
cp -r api/r/cellxgene.census/docs/* docsite/r/.
Expand Down
Binary file added api/r/cellxgene.census/docs/.RData
Binary file not shown.
101 changes: 44 additions & 57 deletions api/r/cellxgene.census/docs/404.html

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

Loading

0 comments on commit a1aff8a

Please sign in to comment.