mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Add set -e to update-docs.sh
This should prevent accidentally comitting docs in master
This commit is contained in:
parent
668dcd52ca
commit
4683e83287
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
python setup.py gen docs
|
||||
rm -rf /tmp/docs
|
||||
mv docs/ /tmp/docs
|
||||
|
|
Loading…
Reference in New Issue
Block a user