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 ae37ce0 commit 4a931e7Copy full SHA for 4a931e7
.github/workflows/mkdocs_pdf.yml
@@ -18,10 +18,10 @@ jobs:
18
19
- name: Setup chromium
20
uses: browser-actions/setup-chrome@v1
21
- id: setup-chrome
22
- with:
23
- install-dependencies: true
24
- install-chromedriver: true
+ id: setup-chrome
+ with:
+ install-dependencies: true
+ install-chromedriver: true
25
- run: |
26
echo ${{ steps.setup-chrome.outputs.chrome-path }} --version
27
${{ steps.setup-chrome.outputs.chrome-path }} --version
0 commit comments