Skip to content

Commit 5baeae9

Browse files
committed
test chromium-browser
1 parent 192f187 commit 5baeae9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
#pip install mkdocs-with-pdf
3131
pip install mkdocs-to-pdf
3232
#weasyprint --info
33-
33+
34+
- name: test chromium
35+
run: |
36+
/usr/bin/chromium-browser --headless --disable-gpu --dump-dom https://google.com
37+
3438
- name: Checkout
3539
uses: actions/checkout@v4
3640

0 commit comments

Comments
 (0)