Skip to content

Commit 0ae7b7d

Browse files
committed
Update GHA workflow
1 parent a29c4b1 commit 0ae7b7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-bioc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ env:
4040
has_RUnit: 'false'
4141
cache-version: 'cache-v1'
4242
run_docker: 'false'
43-
bioc_version: 'bioc-release'
43+
bioc_version: 'bioc-devel'
4444
## Valid options are:
4545
## "bioc-release"
4646
## "bioc-devel"
@@ -238,7 +238,7 @@ jobs:
238238
- name: Install pkgdown
239239
if: github.ref == 'refs/heads/devel' && env.run_pkgdown == 'true' && runner.os == 'Linux'
240240
run: |
241-
remotes::install_cran("pkgdown")
241+
remotes::install_github("r-lib/pkgdown")
242242
shell: Rscript {0}
243243

244244
- name: Session info

0 commit comments

Comments
 (0)