Skip to content

Commit 0b69105

Browse files
authored
Update storybook.yaml
1 parent ada4db1 commit 0b69105

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/storybook.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,13 @@ jobs:
99
with:
1010
fetch-depth: 2
1111

12-
- name: Get changed files
13-
id: storybook-files
14-
uses: tj-actions/[email protected]
15-
with:
16-
files: packages/components/src/components/**
17-
18-
- name: Run step if any file(s) in the docs folder change
19-
if: steps.storybook-files.outputs.any_changed == 'true'
20-
run: |
21-
echo "One or more files has changed."
22-
echo "List all the files that have changed: ${{ steps.storybook-files.outputs.all_changed_files }}"
23-
2412
- uses: the-guild-org/shared-config/setup@main
2513
name: setup env
2614
with:
2715
nodeVersion: 20
2816
packageManager: pnpm
2917

3018
- uses: the-guild-org/shared-config/website-cf@main
31-
if: steps.storybook-files.outputs.any_changed == 'true'
3219
name: build and deploy storybook
3320
with:
3421
cloudflareApiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 commit comments

Comments
 (0)