Skip to content

build(deps-dev): Bump coverage from 7.8.1 to 7.8.2 #396

build(deps-dev): Bump coverage from 7.8.1 to 7.8.2

build(deps-dev): Bump coverage from 7.8.1 to 7.8.2 #396

Workflow file for this run

name: docs
on:
pull_request:
branches: ['main']
permissions: {}
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Setup python 3.13
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: '3.13'
cache: 'pip'
- name: Install deps
run: pip install -r requirements-docs.txt
- name: Build docs
run: sphinx-build source apidocs -bhtml