Skip to content

Bump the github-actions group with 3 updates #424

Bump the github-actions group with 3 updates

Bump the github-actions group with 3 updates #424

Workflow file for this run

name: Documentation
on:
pull_request:
paths:
- ".github/workflows/docs.yml"
- "docs/**"
push:
paths:
- ".github/workflows/docs.yml"
- "docs/**"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
env:
FORCE_COLOR: 1
jobs:
docs:
name: nox -s docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
name: Install Python
with:
python-version: "3.9"
cache: "pip"
- name: Build documentation
run: pipx run nox --error-on-missing-interpreters -s docs