File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments