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 4a931e7 commit c508c05Copy full SHA for c508c05
.github/workflows/mkdocs_pdf.yml
@@ -23,8 +23,8 @@ jobs:
23
install-dependencies: true
24
install-chromedriver: true
25
- run: |
26
- echo ${{ steps.setup-chrome.outputs.chrome-path }} --version
27
- ${{ steps.setup-chrome.outputs.chrome-path }} --version
+ echo ${{ steps.setup-chrome.outputs.chrome-path }} --version
+ ${{ 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
0 commit comments