Skip to content

Typo

Typo #365

Workflow file for this run

---
# yamllint disable rule:line-length
name: Build docs
# yamllint disable-line rule:truthy
on: push
jobs:
build-docs:
strategy:
matrix:
include:
- name: ubuntu-20.04
os: ubuntu-20.04
# TODO: Newer versions will change the formatting of help text
# possibly for the better
python-version: 3.8
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Build docs
run: ${GITHUB_WORKSPACE}/github_action_scripts/build_docs.sh