Skip to content

Commit

Permalink
Try to fix puppeteer install
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Mar 9, 2023
1 parent 44a5cb5 commit b3ad789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: '18'
- name: Install dependencies
run: npm ci --ignore-scripts
run: npm ci --ignore-scripts && npm rebuild puppeteer
- name: Build docs
run: npm run build:docs
- name: Deploy to Netlify
Expand Down

0 comments on commit b3ad789

Please sign in to comment.