Skip to content

Commit 125b322

Browse files
authored
Merge pull request #12 from cal-smith/master
Fix deploy.sh attempting to also deploy to pages and breaking the build
2 parents 8a19494 + cf7fc18 commit 125b322

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

scripts/deploy.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,4 @@ if [[ $TRAVIS_BRANCH == "master" ]]; then
1717
mkdir pages
1818
cp -R dist/docs/documentation/ pages/documentation
1919
cp -R dist/docs/storybook/ pages
20-
21-
git config user.name "carbon-bot"
22-
git config user.email "[email protected]"
23-
24-
cd pages
25-
git init
26-
git add .
27-
git commit -m "Deploy to GitHub Pages"
28-
git push --force "[email protected]:IBM/carbon-components-angular.git" master:gh-pages > /dev/null 2>&1
29-
exit 0;
3020
fi

0 commit comments

Comments
 (0)