Skip to content

Commit

Permalink
ci(workflow): use npm instead of npx for capture-website-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Nov 19, 2023
1 parent 4e5f860 commit 23cdf2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/capture-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:

- name: Screenshot Website
run: |
npx [email protected] \
npm install --global [email protected]
capture-website \
--type webp \
--quality=0.7 \
--launch-options='{"headless": "new"}' \
Expand Down

0 comments on commit 23cdf2d

Please sign in to comment.