Skip to content

Commit

Permalink
fix(ci): 添加playwright安装步骤
Browse files Browse the repository at this point in the history
  • Loading branch information
ISNing authored Aug 6, 2024
1 parent 2fb2dea commit 47d0b40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Install playwright
run: pnpm exec playwright install
- name: Build the slide
run: pnpm run build
- name: Export the slide into PDF
Expand Down

0 comments on commit 47d0b40

Please sign in to comment.