We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9823b commit 0587627Copy full SHA for 0587627
scripts/deploy.sh
@@ -6,7 +6,8 @@ if [ "$TRAVIS" = "true" ]; then
6
./node_modules/.bin/gh-pages \
7
--silent \
8
--repo https://$GITHUB_TOKEN@github.com/cncjs/cncjs-widget-boilerplate.git \
9
+ --add \
10
--dist dist
11
else
- ./node_modules/.bin/gh-pages --dist dist
12
+ ./node_modules/.bin/gh-pages --add --dist dist
13
fi
0 commit comments