Skip to content

Upgrade versions of github actions and fix a lint issue (#454) #81

Upgrade versions of github actions and fix a lint issue (#454)

Upgrade versions of github actions and fix a lint issue (#454) #81

Workflow file for this run

name: docs
on:
push:
branches: [ master ]
paths:
- "docs/**"
- ".github/workflows/docs.yml"
pull_request:
paths:
- "docs/**"
- ".github/workflows/docs.yml"
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependency
run: pip install -r docs/requirements.txt
- name: Build documentation
run: sphinx-build -b html docs/source/ docs/build/