Skip to content

Commit a0d333f

Browse files
ci: skip env validation for gh storybook action
1 parent bc7efc3 commit a0d333f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/storybook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm install
3434

3535
- name: Build Storybook
36-
run: npm run build-storybook
36+
run: SKIP_ENV_VALIDATION=true npm run build-storybook
3737

3838
- name: Upload Storybook
3939
uses: actions/upload-pages-artifact@v2

0 commit comments

Comments
 (0)