aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/doc.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/doc.yml')
-rw-r--r--.github/workflows/doc.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
new file mode 100644
index 000000000..ca57d00e2
--- /dev/null
+++ b/.github/workflows/doc.yml
@@ -0,0 +1,9 @@
+name: 'doc'
+on: [push, pull_request]
+jobs:
+ linux:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v1
+ - name: build doc
+ run: ./doc/make.sh