From 55a45ba0dc9b3fd7379f949a93c62d59b2ad5063 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 18 Apr 2016 23:00:31 +0200 Subject: [PATCH] Fixed docs script --- docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.sh b/docs.sh index 768b12cc00..be4e81a86f 100755 --- a/docs.sh +++ b/docs.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -./gradlew publishGhPages \ No newline at end of file +./gradlew clean publishGhPages \ No newline at end of file