Skip to content

Help: Copy-editing a few texts and their translations #320

Help: Copy-editing a few texts and their translations

Help: Copy-editing a few texts and their translations #320

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@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
cache: 'pip'
cache-dependency-path: docs/requirements.txt
- name: Build docs
run: |
cd docs && make check