Update doc build script
This commit is contained in:
parent
524465eaa5
commit
d26eaff652
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue