Skip to content

Bump django from 4.1.11 to 4.1.13 in /requirements #62

Bump django from 4.1.11 to 4.1.13 in /requirements

Bump django from 4.1.11 to 4.1.13 in /requirements #62

name: Sphinx Build on Release
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/[email protected]
with:
python-version: 3.9
- name: Install docs requirements
run: |
pip install -r requirements/docs-requirements.txt
- name: Build docs
run: |
make -C docs html