Skip to content

chore(ci): bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 in the github-actions group #94

chore(ci): bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 in the github-actions group

chore(ci): bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 in the github-actions group #94

Workflow file for this run

name: Docs
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
cache-dependency-path: 'docs/requirements.txt'
- name: Install dependencies
run: pip install -r docs/requirements.txt
- name: Build docs
run: |
cd docs
make html