Skip to content

Dependencies: Another wave of updates provided by npm audit fix #351

Dependencies: Another wave of updates provided by npm audit fix

Dependencies: Another wave of updates provided by npm audit fix #351

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