Skip to content

Commit

Permalink
ci: disable sandbox for chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanouil committed Feb 19, 2025
1 parent ad16968 commit d3e9456
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
shell: bash
run: |
npx -y decktape reveal \
--headless true\
--chrome-arg=--no-sandbox \
--chrome-arg=--disable-setuid-sandbox \
--screenshots \
--screenshots-format png \
--screenshots-directory . \
Expand Down

0 comments on commit d3e9456

Please sign in to comment.