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.
2 parents be171de + 9034dcf commit a08ee32Copy full SHA for a08ee32
scripts/deploy.sh
@@ -17,5 +17,8 @@ if [[ $TRAVIS_BRANCH == "master" ]]; then
17
mkdir pages
18
cp -R dist/docs/documentation/ pages/documentation
19
cp -R dist/docs/storybook/* pages
20
+ version=$(node -e 'const package = require("./package.json"); console.log(package.version);')
21
+ cp -R dist/docs/documentation/ pages/$version/documentation
22
+ cp -R dist/docs/storybook/* pages/$version
23
echo "angular.carbondesignsystem.com" > pages/CNAME
24
fi
0 commit comments