Skip to content

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

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

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

name: "Pull Request Docs Check (Container, Raw)"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
container:
image: escomp/base:latest
steps:
- run: git lfs pull --exclude='' --include=''
- run: sphinx-build -W --keep-going -n -b html . _build