From c232ea173f776be199ff0b4a8b54e4e4dff02737 Mon Sep 17 00:00:00 2001 From: Marvin Roger Date: Fri, 1 Dec 2017 18:37:56 +0100 Subject: [PATCH] :bug: Fix wercker ui bundle html --- wercker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wercker.yml b/wercker.yml index 1ba07a3..3f4fe8b 100644 --- a/wercker.yml +++ b/wercker.yml @@ -18,7 +18,7 @@ build: code: | cp -a ./dist/. $WERCKER_OUTPUT_DIR cp ./ui_bundle.gz $WERCKER_OUTPUT_DIR - cp ./ui_bundle.html $WERCKER_OUTPUT_DIR/ui_bundle.html + cp ./ui_bundle $WERCKER_OUTPUT_DIR/ui_bundle.html cp config.xml $WERCKER_OUTPUT_DIR cp README_BUILT.md $WERCKER_OUTPUT_DIR/README.md touch $WERCKER_OUTPUT_DIR/.nojekyll