Skip to content

[WIP] Add Github workflow: "Pull Request Docs Check" #7

[WIP] Add Github workflow: "Pull Request Docs Check"

[WIP] Add Github workflow: "Pull Request Docs Check" #7

name: "Pull Request Docs Check (Container)"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
container:
image: escomp/base:latest
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "doc"
pre-build-command: "(cd doc && make fetch-images)"
build-command: "make html"