Skip to content

Commit 5256f33

Browse files
committed
Test docs
1 parent a265b56 commit 5256f33

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.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

0 commit comments

Comments
 (0)