Skip to content

Commit a925226

Browse files
fix: [AB#17143] disable deploy-storybook step
1 parent 9c2e4b6 commit a925226

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/deploy-dev-environment.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ jobs:
126126
uses: ./.github/actions/deploy
127127
with:
128128
service_name: bfs-navigator
129-
130-
- name: Deploy Storybook
131-
uses: ./.github/actions/deploy-storybook
132-
with:
133-
storybook_s3_bucket: ${{ vars.STORYBOOK_S3_BUCKET }}
129+
# - name: Deploy Storybook
130+
# uses: ./.github/actions/deploy-storybook
131+
# with:
132+
# storybook_s3_bucket: ${{ vars.STORYBOOK_S3_BUCKET }}

0 commit comments

Comments
 (0)