update API docs as release step
This commit is contained in:
parent
fa19c8cc3c
commit
518ec6d931
|
|
@ -150,6 +150,9 @@ function sync_docker {
|
||||||
git tag -a "$VERSION" -m "new release version $VERSION"
|
git tag -a "$VERSION" -m "new release version $VERSION"
|
||||||
git push origin "$VERSION"
|
git push origin "$VERSION"
|
||||||
|
|
||||||
|
# update API docs
|
||||||
|
python backend/manage.py spectacular --file ../docs/mkdocs/docs/api/schema.yaml
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue