traefik/.github/workflows/check_doc.yml

22 lines
352 B
YAML
Raw Normal View History

name: Check Documentation
on:
pull_request:
2021-07-23 09:00:07 +00:00
branches:
- '*'
jobs:
docs:
name: Check, verify and build documentation
2021-07-23 09:00:07 +00:00
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check documentation
run: make docs-pull-images docs