Skip to content

Commit 3987823

Browse files
committed
update website
1 parent a5974d5 commit 3987823

File tree

3 files changed

+3522
-10896
lines changed

3 files changed

+3522
-10896
lines changed

.github/workflows/website.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
- name: Install
2121
run: yarn install
2222
- name: Build
23-
run: npm run website -- --metadataversion="${CURRENT_VERSION}"
23+
run: |
24+
yarn install
25+
npm run website -- --metadataversion="${CURRENT_VERSION}"
2426
env:
2527
CURRENT_VERSION: ${{ env.CURRENT_VERSION }}
2628
working-directory: example/

0 commit comments

Comments
 (0)