mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +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
|
#!/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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user