Skip to content

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

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

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

Workflow file for this run

name: "Pull Request Docs Check"
on:
- pull_request
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "doc/source"
pre-build-command: "git lfs install && git lfs pull --exclude='' --include=''"
build-command: "sphinx-build -W --keep-going -n -b html . _build"