Skip to content

Improve wording on the Django how-to guide. #59

Improve wording on the Django how-to guide.

Improve wording on the Django how-to guide. #59

Workflow file for this run

name: docs
on:
push:
branches: [main]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: astral-sh/setup-uv@v6
with:
python-version: "3.13"
- run: uv run --group docs mkdocs gh-deploy --force