1
0
Fork 0

Use github action to check and verify doc

This commit is contained in:
Michael 2021-06-21 16:04:13 +02:00 committed by GitHub
parent c9df233d24
commit ed9b1bea3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 3 deletions

20
.github/workflows/check_doc.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: Check Documentation
on:
pull_request:
jobs:
docs:
name: Check, verify and build documentation
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check documentation
run: make docs-pull-images docs