diff options
author | Jesús <heckyel@hyperbola.info> | 2022-04-06 00:28:26 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-04-06 00:28:26 +0800 |
commit | 0175a0f5103e3cbd7997e4c5981c08832a9d86e0 (patch) | |
tree | 54f03a5306704c3c033bf82883495e34b786372a | |
parent | 0150bfdaba1b5b92521dea896f810083dbfed417 (diff) | |
download | hypervideo-pre-0175a0f5103e3cbd7997e4c5981c08832a9d86e0.tar.lz hypervideo-pre-0175a0f5103e3cbd7997e4c5981c08832a9d86e0.tar.xz hypervideo-pre-0175a0f5103e3cbd7997e4c5981c08832a9d86e0.zip |
build.sh: disable doc directory in case not exist
-rw-r--r-- | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ run_rebrand() sed -i "s|__version.*|__version__ = '${VERSION}'|" hypervideo_dl/version.py # Set license - sed -i "s|UNLICENSE|CC0-1.0|" docs/conf.py + sed -i "s|UNLICENSE|CC0-1.0|" docs/conf.py || true } run_clean() |