Skip to content

Commit 20de43f

Browse files
committed
Fix deps install
1 parent 8eb83de commit 20de43f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-bundle-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
run: |
7171
echo "url=${{ vars.BUNDLE_PREVIEW_BASE_URL }}/docs-ui-drafts/${{ steps.extract_branch.outputs.draft_directory }}/index.html" >> $GITHUB_OUTPUT
7272
73-
- name: Install dependencies
74-
run: cd docs && yarn install
73+
- name: Install Dependencies
74+
run: npm ci
7575

7676
- name: Build UI Bundle Preview
7777
if: success()

0 commit comments

Comments
 (0)