Skip to content

Commit

Permalink
Change docker devel for release 3.18. Some dependencies were missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Dec 19, 2023
1 parent 868d056 commit 7a8c5ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: pkgdown
jobs:
pkgdown:
runs-on: ubuntu-latest
container: bioconductor/bioconductor_docker:devel
container: bioconductor/bioconductor_docker:RELEASE_3_18
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -35,7 +35,7 @@ jobs:
- name: Install package
run: R CMD INSTALL .

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

Expand Down

0 comments on commit 7a8c5ad

Please sign in to comment.