Fixed OpenAPI docs generating has some swagger error.

Thanks to bentiss !

Fixes #4280
pull/4291/head
Lauri Ojansivu 3 years ago
parent 418b9effa7
commit 99d6f7a765
  1. 2
      releases/rebuild-docs.sh

@ -21,7 +21,7 @@ if [ ! -d ~/python/esprima-python ]; then
cd ~/python
git clone --depth 1 -b master https://github.com/Kronuz/esprima-python
cd ~/python/esprima-python
sudo python3 setup.py install --record files.txt
sudo pip3 install .
fi
# 2) Go to Wekan repo directory

Loading…
Cancel
Save