Skip to content

Bump django from 5.1.4 to 5.1.5 #368

Bump django from 5.1.4 to 5.1.5

Bump django from 5.1.4 to 5.1.5 #368

Workflow file for this run

name: Github pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Deploy
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs