Skip to content

Commit

Permalink
update storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
poonamyadav252 committed Jan 9, 2024
1 parent 79fd0bb commit 4fa80e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ env.BRANCH_NAME }}


- uses: actions/setup-node@v3
with:
Expand All @@ -38,7 +39,8 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }}
run: |
npm install --no-package-lock
npm run bootstrap
npm run bootstrap |
echo "name is $(env.BRANCH_NAME)"
- name: Run analysis
run: npx lerna run analysis --parallel
Expand All @@ -51,8 +53,7 @@ jobs:
npx build-storybook -o dist -s ./public
- name: Deploy
echo "name is $(env.BRANCH_NAME)"
if: ${{ env.BRANCH_NAME == 'maintenance-3.0.x' }}
##if: ${{ env.BRANCH_NAME == 'maintenance-3.0.x' }}
env:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
working-directory: storybook
Expand Down

0 comments on commit 4fa80e6

Please sign in to comment.