Skip to content

Commit 8c4f82a

Browse files
committed
chore(ci): storing storybook statics for future deploy job
1 parent 85d6cf5 commit 8c4f82a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ jobs:
2525
with:
2626
node-version: 22
2727
cache: 'npm'
28-
2928
- run: npm install
3029
- run: npm run build-storybook --workspace=@tomplum/react-git-log-demo
30+
- name: Upload Storybook build artifacts
31+
uses: actions/upload-artifact@v3
32+
with:
33+
name: storybook-static
34+
path: ./packages/demo/storybook-static
3135

3236
lint:
3337
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)