From a6f7ac7873c84220dc9a7760d5723329fc1692f6 Mon Sep 17 00:00:00 2001 From: Clement Escoffier Date: Fri, 9 Nov 2018 21:37:31 +0100 Subject: [PATCH] fix documentation script again --- .build/deploy-doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/deploy-doc.sh b/.build/deploy-doc.sh index e87ce0da..80dde749 100644 --- a/.build/deploy-doc.sh +++ b/.build/deploy-doc.sh @@ -12,7 +12,7 @@ echo "Cloning repo" cd target git clone -b gh-pages git@github.com:smallrye/smallrye-reactive-messaging.git site echo "Copy content" -cp -R generated-docs site +cp -R generated-docs/* site echo "Pushing" cd site