Skip to content

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

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

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

Workflow file for this run

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