Create folder for image

This commit is contained in:
Michal Konečný 2018-10-08 19:20:36 +02:00
parent 5dfe1871e0
commit f8e4394a87

View file

@ -46,6 +46,7 @@ items:
git checkout 0.13.1 && \
python3 setup.py install && \
pushd docs && \
mkdir -p images && \
python3 generate_db_schema && \
sphinx-build-3 -b html . _build/html && \
mkdir -p ../anitya/static/docs/ && \