Skip to content

Commit c508c05

Browse files
committed
test chromium-browser
1 parent 4a931e7 commit c508c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
install-dependencies: true
2424
install-chromedriver: true
2525
- run: |
26-
echo ${{ steps.setup-chrome.outputs.chrome-path }} --version
27-
${{ steps.setup-chrome.outputs.chrome-path }} --version
26+
echo ${{ steps.setup-chrome.outputs.chrome-path }} --version
27+
${{ steps.setup-chrome.outputs.chrome-path }} --version
2828
- name: test chromium
2929
run: |
3030
${{ steps.setup-chrome.outputs.chrome-path }} --headless --disable-gpu --dump-dom https://google.com

0 commit comments

Comments
 (0)