Skip to content

Commit c9e9557

Browse files
committed
Updated files with git_helper.
1 parent 393d97a commit c9e9557

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Docs Check"
2+
on:
3+
- pull_request
4+
- push
5+
6+
jobs:
7+
docs:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v1
11+
- uses: ammaraskar/sphinx-action@master
12+
with:
13+
docs-folder: "doc-source/"

0 commit comments

Comments
 (0)