mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-15 17:46:51 +00: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