Run script for building database schema
This commit is contained in:
parent
a564d53c69
commit
d1728ffc75
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ items:
|
||||||
git checkout 0.13.1 && \
|
git checkout 0.13.1 && \
|
||||||
python3 setup.py install && \
|
python3 setup.py install && \
|
||||||
pushd docs && \
|
pushd docs && \
|
||||||
|
./generate_db_schema && \
|
||||||
sphinx-build-3 -b html . _build/html && \
|
sphinx-build-3 -b html . _build/html && \
|
||||||
mkdir -p ../anitya/static/docs/ && \
|
mkdir -p ../anitya/static/docs/ && \
|
||||||
cp -r _build/html/* ../anitya/static/docs/ && \
|
cp -r _build/html/* ../anitya/static/docs/ && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue