We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbd440 commit 26e580fCopy full SHA for 26e580f
1 file changed
.github/workflows/mkdocs_pdf.yml
@@ -25,9 +25,12 @@ jobs:
25
- run: |
26
echo ${{ steps.setup-chrome.outputs.chrome-path }} --version
27
${{ steps.setup-chrome.outputs.chrome-path }} --version
28
- - name: test chromium
+ - name: test installed chrome
29
run: |
30
${{ steps.setup-chrome.outputs.chrome-path }} --no-sandbox --headless --disable-gpu --dump-dom https://google.com
31
+ - name: test system chromium
32
+ run: |
33
+ /usr/bin/chromium-browser --no-sandbox --headless --disable-gpu --dump-dom https://google.com
34
35
- name: Python setup
36
uses: actions/setup-python@v3
@@ -44,10 +47,6 @@ jobs:
44
47
pip install mkdocs-to-pdf
45
48
#weasyprint --info
46
49
- /usr/bin/chromium-browser --headless --disable-gpu --dump-dom https://google.com
50
-
51
- name: Checkout
52
uses: actions/checkout@v4
53
0 commit comments