Skip to content

Bump codecov/codecov-action from 5.5.2 to 6.0.0 #522

Bump codecov/codecov-action from 5.5.2 to 6.0.0

Bump codecov/codecov-action from 5.5.2 to 6.0.0 #522

Workflow file for this run

name: Docs
on:
pull_request:
branches: ['main']
types: [opened, reopened, ready_for_review, synchronize]
workflow_dispatch:
jobs:
build:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
cache: pip
- name: Install tox
run: |
pip install --upgrade pip
pip install tox
- name: Build docs
run: |
tox -e docs