Skip to content

Commit

Permalink
docs: update pkgdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpeschel committed Nov 7, 2024
1 parent 84af7ca commit 9fac801
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,17 @@ jobs:
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, any::BiocManager, local::.
needs: website

# Install Bioconductor dependencies
- name: Install Bioconductor dependencies
run: |
Rscript -e 'if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")'
Rscript -e 'BiocManager::install(c("metagenomeSeq", "Biobase", "phyloseq"))'
# Continue with remaining dependencies
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.

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

0 comments on commit 9fac801

Please sign in to comment.