We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b250e commit 5be0d94Copy full SHA for 5be0d94
.github/workflows/main.yml
@@ -9,14 +9,14 @@ name: pkgdown-regi
9
10
jobs:
11
pkgdown:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
13
env:
14
RSPM: https://packagemanager.rstudio.com/cran/__linux__/bionic/latest
15
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
16
name: doc update
17
container: rocker/verse
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
- run: Rscript ./.github/workflows/make_doc.R
21
- uses: stefanzweifel/git-auto-commit-action@v4
22
with:
0 commit comments