Skip to content

Update Django to 5.1.1, 5.0.9, and 4.2.16 (#575) #72

Update Django to 5.1.1, 5.0.9, and 4.2.16 (#575)

Update Django to 5.1.1, 5.0.9, and 4.2.16 (#575) #72

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- master
- mkdocs-workflow
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install python packages
run: |
pip install -r requirements_docs.txt
- name: Run mkdocs
run: mkdocs gh-deploy --force