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 0e1104a commit fb36b59Copy full SHA for fb36b59
scripts/deploy.sh
@@ -24,12 +24,12 @@ if [[ $TRAVIS_BRANCH == "v9" ]]; 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/* ./
+ mkdir -p v2/documentation
+ cp -R ../dist/docs/documentation/* ./v2/documentation
+ cp -R ../dist/docs/storybook/* ./v2
30
31
version=$(node -e 'const package = require("./../dist/package.json"); console.log(package.version);')
32
- mkdir $version
+ mkdir -p $version
33
mkdir -p $version/documentation
34
cp -R ../dist/docs/documentation/* $version/documentation
35
cp -R ../dist/docs/storybook/* $version
0 commit comments