Skip to content

Commit 39f336c

Browse files
committed
Add Playwright installation step in gen-og-images job and create jobs.json file
1 parent b5ef6ba commit 39f336c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
cd scripts/genOGImages
3838
npm install
39+
npx playwright install --with-deps
3940
npm run build
4041
node gen-opengraph-images.js
4142
- name: Upload files

jobs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"jobs":[]}

0 commit comments

Comments
 (0)