Skip to content

Commit

Permalink
ci(workflow): bypass npx prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel authored Nov 19, 2023
1 parent 4e5f860 commit a2e2653
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/capture-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@ jobs:

- name: Screenshot Website
run: |
npx [email protected] \
--type webp \
--quality=0.7 \
--launch-options='{"headless": "new"}' \
--output screenshot.webp \
--overwrite \
--dark-mode \
https://docs.okp4.network/
npx --yes \
[email protected] \
--type webp \
--quality=0.7 \
--launch-options='{"headless": "new"}' \
--output screenshot.webp \
--overwrite \
--dark-mode \
https://docs.okp4.network/
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit a2e2653

Please sign in to comment.