File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ cd $TARGET_DIR
41
41
git checkout $TARGET_BRANCH
42
42
43
43
# Copy dist files
44
- deploy_files ' ../dist/*.css ../dist/*. js' ' ./dist'
44
+ deploy_files ' ../dist/*.js' ' ./dist'
45
45
46
46
# Copy generated documentation
47
47
deploy_files ' ../dist/docs/*' ' ./docs'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ git remote add auth-origin https://$GITHUB_AUTH_TOKEN@github.com/$TRAVIS_REPO_SL
21
21
git config --global user.email " $GITHUB_AUTH_EMAIL "
22
22
git config --global user.name " Chart.js"
23
23
git checkout --detach --quiet
24
- git add -f dist/* .css dist/ * . js bower.json
24
+ git add -f dist/* .js bower.json
25
25
git commit -m " Release $VERSION "
26
26
git tag -a " v$VERSION " -m " Version $VERSION "
27
27
git push -q auth-origin refs/tags/v$VERSION 2> /dev/null
You can’t perform that action at this time.
0 commit comments