Skip to content

Commit

Permalink
🐛 Fix wercker ui bundle html
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinroger authored Dec 1, 2017
1 parent 3f9699d commit c232ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c232ea1

Please sign in to comment.