Skip to content

Commit c66b5b7

Browse files
committed
Test docs
1 parent a265b56 commit c66b5b7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- {os: ubuntu-24.04, r: 'release'}
2828
- {os: ubuntu-24.04, r: 'oldrel-1'}
2929
- {os: ubuntu-22.04, r: 'oldrel-4'}
30-
- {os: ubuntu-20.04, r: 'oldrel-4'}
3130
- {os: macOS-13, r: 'release'}
3231
- {os: macOS-14, r: 'release'}
3332
env:

.github/workflows/rodocs.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This is a test
2+
on:
3+
push:
4+
pull_request:
5+
6+
name: Test-docs
7+
8+
jobs:
9+
Test-docs:
10+
runs-on: ubuntu-latest
11+
env:
12+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
13+
steps:
14+
- uses: ropensci-org/rotemplate@main

0 commit comments

Comments
 (0)