Skip to content

Commit c4b9a04

Browse files
committed
chore: run pages deploy on the v9 branch
1 parent 70ad8b8 commit c4b9a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ npm run build
1313
npm run semantic-release
1414

1515
# deploy to gh pages
16-
if [[ $TRAVIS_BRANCH == "master" ]]; then
16+
if [[ $TRAVIS_BRANCH == "v9" ]]; then
1717
mkdir pages
1818
cd pages
1919

0 commit comments

Comments
 (0)