diff --git a/update-docs.sh b/update-docs.sh index fe72cce7..4429c055 100644 --- a/update-docs.sh +++ b/update-docs.sh @@ -1,5 +1,6 @@ #!/bin/bash +set -e python setup.py gen docs rm -rf /tmp/docs mv docs/ /tmp/docs