diff --git a/deploy.sh b/deploy.sh index 73cd4744..0feb01d8 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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 + }