diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91a77268..8c829dbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,6 @@ on: branches: - master -env: - PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }} - jobs: smartui-gihub-action: name: Execute Storybook build @@ -31,11 +28,49 @@ jobs: npm install npm install @lambdatest/smartui-storybook -g - - name: Create storybook static build - run: npm run build-storybook - - - name: Execute storybook build + - name: Execute storybook GDPR_Build1 run: | + export PROJECT_TOKEN=1639932#07b2ae36-00c2-4d84-8ac9-8c89d8a47501#storybboknbc smartui --version - smartui config create .smartui.json - smartui storybook ./storybook-static --config .smartui.json + smartui storybook ./story-cnbc --config .smartui.json --env stage --force-rebuild + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +