From 0316aaf6fa79c8e792ac5a259d4f16eecc72d363 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 10 Aug 2016 18:16:59 -0500 Subject: [PATCH] Don't show progress during doc upload --- doc/upload-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upload-docs.sh b/doc/upload-docs.sh index 25c97f52..2c219a8c 100755 --- a/doc/upload-docs.sh +++ b/doc/upload-docs.sh @@ -1,3 +1,3 @@ #! /bin/sh -rsync --progress --verbose --archive --delete _build/html/* doc-upload:doc/meshmode +rsync --verbose --archive --delete _build/html/* doc-upload:doc/meshmode -- GitLab