There was an error while loading. Please reload this page.
1 parent 5c897cf commit 5d8c746Copy full SHA for 5d8c746
1 file changed
.github/workflows/check-pkgdown.yml
@@ -1,3 +1,5 @@
1
+# based on https://docs.ropensci.org/rotemplate/
2
+
3
on:
4
push:
5
branches:
@@ -9,25 +11,7 @@ on:
9
11
name: check-pkgdown
10
12
13
jobs:
- check_pkgdown:
- runs-on: ubuntu-22.04
14
-
15
- env:
16
- GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
17
18
- steps:
19
- - uses: actions/checkout@v4
20
- - uses: r-lib/actions/setup-r@v2
21
- with:
22
- r-version: 'release'
23
- - uses: r-lib/actions/setup-r-dependencies@v2
24
25
- extra-packages: any::devtools, any::pkgdown
26
27
- - name: Install dependencies
28
- run: devtools::install_github("https://github.com/ropensci-org/rotemplate")
29
- shell: Rscript {0}
30
31
- - name: Check pkgdown
32
- run: pkgdown::check_pkgdown()
33
+ check_pkgdown:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: ropensci-org/rotemplate@main
0 commit comments