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 726d5b7 commit fe1a3f5Copy full SHA for fe1a3f5
.github/workflows/mkdocs_pdf.yml
@@ -17,11 +17,11 @@ jobs:
17
steps:
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
+ uses: browser-actions/setup-chrome@v1
+ 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