Skip to content

Commit 93ac65d

Browse files
committed
updating github job workflow
1 parent 05335f9 commit 93ac65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
run: |
3737
install.packages("BiocManager")
3838
options(repos = BiocManager::repositories())
39+
BiocManager::install("EnhancedVolcano", ask = FALSE)
3940
shell: Rscript {0}
4041

4142
- uses: r-lib/actions/setup-r-dependencies@v2
4243
with:
4344
extra-packages: any::pkgdown, local::.
4445
needs: website
45-
bioc: true
4646

4747
- name: Build site
4848
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)

0 commit comments

Comments
 (0)