We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9699d commit c232ea1Copy full SHA for c232ea1
wercker.yml
@@ -18,7 +18,7 @@ build:
18
code: |
19
cp -a ./dist/. $WERCKER_OUTPUT_DIR
20
cp ./ui_bundle.gz $WERCKER_OUTPUT_DIR
21
- cp ./ui_bundle.html $WERCKER_OUTPUT_DIR/ui_bundle.html
+ cp ./ui_bundle $WERCKER_OUTPUT_DIR/ui_bundle.html
22
cp config.xml $WERCKER_OUTPUT_DIR
23
cp README_BUILT.md $WERCKER_OUTPUT_DIR/README.md
24
touch $WERCKER_OUTPUT_DIR/.nojekyll
0 commit comments