We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05335f9 commit 93ac65dCopy full SHA for 93ac65d
.github/workflows/pkgdown.yaml
@@ -36,13 +36,13 @@ jobs:
36
run: |
37
install.packages("BiocManager")
38
options(repos = BiocManager::repositories())
39
+ BiocManager::install("EnhancedVolcano", ask = FALSE)
40
shell: Rscript {0}
41
42
- uses: r-lib/actions/setup-r-dependencies@v2
43
with:
44
extra-packages: any::pkgdown, local::.
45
needs: website
- bioc: true
46
47
- name: Build site
48
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
0 commit comments