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 8d50f1e + 71abc6b commit 1639632Copy full SHA for 1639632
scripts/deploy.sh
@@ -24,11 +24,13 @@ if [[ $TRAVIS_BRANCH == "master" ]]; then
24
25
git pull "https://git:${GH_TOKEN}@github.com/IBM/carbon-components-angular.git" gh-pages
26
27
+ mkdir -p documentation
28
cp -R ../dist/docs/documentation/* ./documentation
29
cp -R ../dist/docs/storybook/* ./
30
31
version=$(node -e 'const package = require("./../dist/package.json"); console.log(package.version);')
32
mkdir $version
33
+ mkdir -p $version/documentation
34
cp -R ../dist/docs/documentation/* $version/documentation
35
cp -R ../dist/docs/storybook/* $version
36
0 commit comments