Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Clarified file uploads #201

Clarified file uploads

Clarified file uploads #201

Workflow file for this run

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