Skip to content

django-upgrade --target-version=5.0 **/*.py #658

django-upgrade --target-version=5.0 **/*.py

django-upgrade --target-version=5.0 **/*.py #658

Workflow file for this run

name: Build docs
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies
run: pip install sphinx
- name: Build docs
run: cd docs && make html