aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ci
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2018-03-21 00:51:23 +0100
committerGitHub <noreply@github.com>2018-03-21 00:51:23 +0100
commit2dd8ad36ae5815aae9a0d25116e86e5b98b4f3ae (patch)
treed475aebbd0559174d1a2e51fba31eb89b357eb21 /docs/ci
parentc6932cbde51c17486e73d909d35b311a5f97c8f4 (diff)
parent4eb6954c7d7b5327c59dfbd86cebfc3ea10c1033 (diff)
downloadmitmproxy-2dd8ad36ae5815aae9a0d25116e86e5b98b4f3ae.tar.gz
mitmproxy-2dd8ad36ae5815aae9a0d25116e86e5b98b4f3ae.tar.bz2
mitmproxy-2dd8ad36ae5815aae9a0d25116e86e5b98b4f3ae.zip
Merge pull request #3004 from mhils/docs-improvements
Docs Improvements
Diffstat (limited to 'docs/ci')
-rwxr-xr-xdocs/ci3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ci b/docs/ci
index 1584c5e1..107e8370 100755
--- a/docs/ci
+++ b/docs/ci
@@ -1,8 +1,9 @@
#!/bin/bash
+set -e
# This script gets run from CI to render and upload docs
-./build
+./build-current
# Only upload if we have defined credentials - we only have these defined for
# trusted commits (i.e. not PRs).