Skip to content

Rename GitHub CI file #41

Rename GitHub CI file

Rename GitHub CI file #41

Workflow file for this run

name: build-docs
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs build --strict