We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ffd06 commit c78a3b6Copy full SHA for c78a3b6
.github/workflows/deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Install webpack dependencies
35
working-directory: webpack
36
- run: npm ci
+ run: yarn install
37
38
- name: Generate Markdown
39
run: npm run generate-md
0 commit comments