aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-04-06 00:28:26 +0800
committerJesús <heckyel@hyperbola.info>2022-04-06 00:28:26 +0800
commit0175a0f5103e3cbd7997e4c5981c08832a9d86e0 (patch)
tree54f03a5306704c3c033bf82883495e34b786372a
parent0150bfdaba1b5b92521dea896f810083dbfed417 (diff)
downloadhypervideo-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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 8726833db..36f1fcf9a 100644
--- a/build.sh
+++ b/build.sh
@@ -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()