Skip to content

Commit e1eb94e

Browse files
committed
CI: fix example
1 parent 3174f4f commit e1eb94e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
echo "REPO_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}')" >> $GITHUB_ENV
2121
echo "CURRENT_VERSION=$(node -p 'require("./package.json").version')" >> $GITHUB_ENV
2222
- name: Install
23-
run: npm install
24-
working-directory: example/
23+
run: yarn install && cd example/ && npm install
2524
- name: Build
2625
run: npm run website -- --metadataversion="${CURRENT_VERSION}"
2726
env:

0 commit comments

Comments
 (0)