Skip to content
Snippets Groups Projects
Commit dd98d85a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Run docs commands on deploy phase to upload fresh docs on our host

parent 9a765945
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,9 @@ setup_deploy check sdist --formats zip upload --repository production
if [ -d sphinx ]; then
log_info "Uploading documentation to ${PYPISERVER} on behalf of ${PYPIUSER}..."
setup_deploy upload_docs --upload-dir sphinx --repository production
run_cmd $(dirname ${0})/before_docs.sh
run_cmd $(dirname ${0})/docs.sh
run_cmd $(dirname ${0})/after_docs.sh
fi
unlock_pypirc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment