Skip to content

Bump actions/setup-python from 5 to 6 #884

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #884

Workflow file for this run

name: doc-build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
release:
types: [published]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./docs
steps:
- uses: actions/checkout@v6
- name: Build docs
run: |
cd docs
pip3 install -r requirements.txt
make clean
make html