Skip to content

Commit 9cbd440

Browse files
committed
test chromium-browser
1 parent c508c05 commit 9cbd440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
${{ steps.setup-chrome.outputs.chrome-path }} --version
2828
- name: test chromium
2929
run: |
30-
${{ steps.setup-chrome.outputs.chrome-path }} --headless --disable-gpu --dump-dom https://google.com
30+
${{ steps.setup-chrome.outputs.chrome-path }} --no-sandbox --headless --disable-gpu --dump-dom https://google.com
3131
3232
- name: Python setup
3333
uses: actions/setup-python@v3

0 commit comments

Comments
 (0)