mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-04 11:02:29 +00:00
Add set -e to update-docs.sh
This should prevent accidentally comitting docs in master
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
python setup.py gen docs
|
python setup.py gen docs
|
||||||
rm -rf /tmp/docs
|
rm -rf /tmp/docs
|
||||||
mv docs/ /tmp/docs
|
mv docs/ /tmp/docs
|
||||||
|
Reference in New Issue
Block a user