Skip to content

Commit 84b63b3

Browse files
committed
test file path
1 parent 464625a commit 84b63b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v4
3030

31+
- name: Upload to S3
32+
run: |
33+
./storybook/scripts/publish-s3.sh
34+
3135
- name: Build the static website
3236
run: |
3337
yarn install
3438
yarn run build
3539
36-
- name: Upload to S3
37-
run: |
38-
~/scripts/publish-s3.sh
39-
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v3
4242
with:

0 commit comments

Comments
 (0)