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 b90b8d1 commit c7910ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ on:
required: true

env:
BRANCH_NAME: ${{ github.head_ref || inputs.branch || 'maintenance-3.0.x' }}

##BRANCH_NAME: ${{ github.head_ref || inputs.branch || 'maintenance-3.0.x' }}
BRANCH_NAME: ''
jobs:
storybook:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -56,3 +56,5 @@ jobs:
GH_TOKEN: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
working-directory: storybook
run: npm run deploy -- --ci


0 comments on commit c7910ce

Please sign in to comment.