Update doc build script

This commit is contained in:
Griatch 2025-08-15 18:47:44 +02:00
parent 524465eaa5
commit d26eaff652
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
python-version: ['3.11']
python-version: ['3.13']
steps:
- name: Checkout ${{ github.ref }} branch

View File

@ -164,6 +164,6 @@ deploy:
# build and prepare the docs for release
release:
make mv-local
make local
make deploy
@echo "Release complete."