Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyi authored Apr 27, 2023
1 parent 52b250e commit 5be0d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ name: pkgdown-regi

jobs:
pkgdown:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
RSPM: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
name: doc update
container: rocker/verse
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: Rscript ./.github/workflows/make_doc.R
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit 5be0d94

Please # to comment.