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