Skip to content

Commit 0e1104a

Browse files
authored
Merge pull request #518 from cal-smith/v9
chore: run pages deploy on the v9 branch
2 parents 70ad8b8 + c4b9a04 commit 0e1104a

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)