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 9
9
with :
10
10
fetch-depth : 2
11
11
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
-
24
12
- uses : the-guild-org/shared-config/setup@main
25
13
name : setup env
26
14
with :
27
15
nodeVersion : 20
28
16
packageManager : pnpm
29
17
30
18
- uses : the-guild-org/shared-config/website-cf@main
31
- if : steps.storybook-files.outputs.any_changed == 'true'
32
19
name : build and deploy storybook
33
20
with :
34
21
cloudflareApiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments