Skip to content

UX: Disable version chooser, this project is not versioned #15

UX: Disable version chooser, this project is not versioned

UX: Disable version chooser, this project is not versioned #15

Workflow file for this run

name: docs
on:
pull_request: ~
push:
branches:
- main
jobs:
documentation:
name: Build docs on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Build docs
run: |
cd docs && make check