We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29c4b1 commit 0ae7b7dCopy full SHA for 0ae7b7d
.github/workflows/check-bioc.yml
@@ -40,7 +40,7 @@ env:
40
has_RUnit: 'false'
41
cache-version: 'cache-v1'
42
run_docker: 'false'
43
- bioc_version: 'bioc-release'
+ bioc_version: 'bioc-devel'
44
## Valid options are:
45
## "bioc-release"
46
## "bioc-devel"
@@ -238,7 +238,7 @@ jobs:
238
- name: Install pkgdown
239
if: github.ref == 'refs/heads/devel' && env.run_pkgdown == 'true' && runner.os == 'Linux'
240
run: |
241
- remotes::install_cran("pkgdown")
+ remotes::install_github("r-lib/pkgdown")
242
shell: Rscript {0}
243
244
- name: Session info
0 commit comments