File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -10,27 +10,13 @@ jobs:
10
10
with :
11
11
fetch-depth : 2
12
12
13
- - name : Get changed files
14
- id : storybook-files
15
- uses :
tj-actions/[email protected]
16
- with :
17
- files : packages/web/app/**
18
-
19
- - name : Run step if any file(s) in the docs folder change
20
- if : steps.storybook-files.outputs.any_changed == 'true'
21
- run : |
22
- echo "One or more files has changed."
23
- echo "List all the files that have changed: ${{ steps.storybook-files.outputs.all_changed_files }}"
24
-
25
13
- name : setup environment
26
- if : steps.storybook-files.outputs.any_changed == 'true'
27
14
uses : ./.github/actions/setup
28
15
with :
29
16
codegen : true
30
17
actor : storybook
31
18
32
19
- uses : the-guild-org/shared-config/website-cf@main
33
- if : steps.storybook-files.outputs.any_changed == 'true'
34
20
name : build and deploy storybook
35
21
with :
36
22
cloudflareApiToken : ${{ secrets.WEBSITE_CLOUDFLARE_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -10,25 +10,13 @@ jobs:
10
10
with :
11
11
fetch-depth : 2
12
12
13
- - name : Get changed files
14
- id : website-files
15
- uses :
tj-actions/[email protected]
16
- with :
17
- # Includes CHANGELOG.md, because we render it in our documentation
18
- files : |
19
- deployment/CHANGELOG.md
20
- packages/web/docs/**
21
- packages/web/landing-page/**
22
-
23
13
- name : setup environment
24
- if : steps.website-files.outputs.any_changed == 'true'
25
14
uses : ./.github/actions/setup
26
15
with :
27
16
codegen : false
28
17
actor : website
29
18
30
19
- uses : the-guild-org/shared-config/website-cf@main
31
- if : steps.website-files.outputs.any_changed == 'true'
32
20
name : build and deploy website
33
21
env :
34
22
NEXT_BASE_PATH : ${{ github.ref == 'refs/heads/main' && '/graphql/hive' || '' }}
You can’t perform that action at this time.
0 commit comments