Skip to content

rework check_group_daterange to work with data starting at year 0001 … #389

rework check_group_daterange to work with data starting at year 0001 …

rework check_group_daterange to work with data starting at year 0001 … #389

Workflow file for this run

name: sphinx_action
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "doc/"
pre-build-command: "cd doc"
build-command: "sphinx-build . _build -c . -v"