Skip to content

Commit 0587627

Browse files
committed
Never remove existing files
1 parent de9823b commit 0587627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/deploy.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ if [ "$TRAVIS" = "true" ]; then
66
./node_modules/.bin/gh-pages \
77
--silent \
88
--repo https://$GITHUB_TOKEN@github.com/cncjs/cncjs-widget-boilerplate.git \
9+
--add \
910
--dist dist
1011
else
11-
./node_modules/.bin/gh-pages --dist dist
12+
./node_modules/.bin/gh-pages --add --dist dist
1213
fi

0 commit comments

Comments
 (0)