We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb83de commit 20de43fCopy full SHA for 20de43f
.github/workflows/deploy-bundle-preview.yml
@@ -70,8 +70,8 @@ jobs:
70
run: |
71
echo "url=${{ vars.BUNDLE_PREVIEW_BASE_URL }}/docs-ui-drafts/${{ steps.extract_branch.outputs.draft_directory }}/index.html" >> $GITHUB_OUTPUT
72
73
- - name: Install dependencies
74
- run: cd docs && yarn install
+ - name: Install Dependencies
+ run: npm ci
75
76
- name: Build UI Bundle Preview
77
if: success()
0 commit comments