Skip to content

Commit 65f714f

Browse files
committed
try preview issue
1 parent 3139efe commit 65f714f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/build.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,18 @@ jobs:
2727

2828
- name: Setup Node
2929
uses: actions/setup-node@v4
30+
with:
31+
node-version: 18
32+
33+
- name: Pin react-docgen version
34+
run: yarn add -D [email protected]
3035

31-
32-
- name: Build the static website
36+
- name: Install dependencies
3337
run: |
3438
yarn install
39+
40+
- name: Build Storybook
41+
run: |
3542
yarn run build:storybook
3643
3744
- name: Install rclone

0 commit comments

Comments
 (0)