forked from Ivasoft/traefik
Use github action to check and verify doc
This commit is contained in:
20
.github/workflows/check_doc.yml
vendored
Normal file
20
.github/workflows/check_doc.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user