update API docs as release step

This commit is contained in:
Simon
2025-11-08 18:43:27 +07:00
parent fa19c8cc3c
commit 518ec6d931

View File

@@ -150,6 +150,9 @@ function sync_docker {
git tag -a "$VERSION" -m "new release version $VERSION"
git push origin "$VERSION"
# update API docs
python backend/manage.py spectacular --file ../docs/mkdocs/docs/api/schema.yaml
}