Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
Use bioconductor_docker:latest and ubuntu-latest, trigger on push to devel branch
  • Loading branch information
lwaldron authored Sep 6, 2023
1 parent b1498a4 commit 9ff4aee
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,20 @@ name: build
on:
push:
branches:
- RELEASE_3_17
- devel

jobs:
build:
runs-on: ubuntu-22.04
container: bioconductor/bioconductor_docker:RELEASE_3_17
runs-on: ubuntu-latest
container: bioconductor/bioconductor_docker:latest

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
version-name: RELEASE_3_17

steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
ref: RELEASE_3_17

- name: Query dependencies
run: |
Expand Down

0 comments on commit 9ff4aee

Please sign in to comment.