We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdbaa1 commit d8fac73Copy full SHA for d8fac73
scripts/deploy.sh
@@ -17,4 +17,5 @@ if [[ $TRAVIS_BRANCH == "master" ]]; then
17
mkdir pages
18
cp -R dist/docs/documentation/ pages/documentation
19
cp -R dist/docs/storybook/* pages
20
+ echo "angular.carbondesignsystem.com" > pages/CNAME
21
fi
0 commit comments