We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c508c05 commit 9cbd440Copy full SHA for 9cbd440
.github/workflows/mkdocs_pdf.yml
@@ -27,7 +27,7 @@ jobs:
27
${{ steps.setup-chrome.outputs.chrome-path }} --version
28
- name: test chromium
29
run: |
30
- ${{ steps.setup-chrome.outputs.chrome-path }} --headless --disable-gpu --dump-dom https://google.com
+ ${{ steps.setup-chrome.outputs.chrome-path }} --no-sandbox --headless --disable-gpu --dump-dom https://google.com
31
32
- name: Python setup
33
uses: actions/setup-python@v3
0 commit comments