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: strategy:
matrix: matrix:
python-version: ['3.11'] python-version: ['3.13']
steps: steps:
- name: Checkout ${{ github.ref }} branch - name: Checkout ${{ github.ref }} branch

View file

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