Skip to content

Commit

Permalink
ci: use rocker/rstudio docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 11, 2024
1 parent bd6e5e8 commit a76a71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions: read-all
jobs:
pkgdown:
runs-on: ubuntu-latest
container: bioconductor/bioconductor_docker:devel
container: rocker/rstudio:devel
# Only restrict concurrency for non-PR jobs
concurrency:
group: pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
Expand Down

0 comments on commit a76a71d

Please sign in to comment.