Skip to content

Commit d8fac73

Browse files
committed
chore(build): add CNAME fil generation
1 parent 4cdbaa1 commit d8fac73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ if [[ $TRAVIS_BRANCH == "master" ]]; then
1717
mkdir pages
1818
cp -R dist/docs/documentation/ pages/documentation
1919
cp -R dist/docs/storybook/* pages
20+
echo "angular.carbondesignsystem.com" > pages/CNAME
2021
fi

0 commit comments

Comments
 (0)