fix: added npm install playwrite
parent
9d1ce68001
commit
e0d56ad41e
|
|
@ -290,6 +290,7 @@ jobs:
|
|||
- name: Setup Playwright
|
||||
run: |
|
||||
cd docs-v2
|
||||
npm install playwright
|
||||
npx playwright install chromium
|
||||
|
||||
- name: Generate screenshots
|
||||
|
|
|
|||
Loading…
Reference in New Issue