Skip to content

Commit

Permalink
feat: disable sandbox, debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoweiss committed Aug 26, 2024
1 parent 174b3d9 commit 11b569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autopublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run Respec
run: |
sudo npx puppeteer browsers install chrome
npx respec --src index.html --out index.html.build.html -t 60
npx respec --src index.html --out index.html.build.html -t 60 --disable-sandbox --verbose
# - uses: w3c/spec-prod@v2
# with:
# BUILD_FLAGS:
Expand Down

0 comments on commit 11b569a

Please sign in to comment.