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 55455f6 commit df22891Copy full SHA for df22891
.github/workflows/mkdocs_pdf.yml
@@ -16,18 +16,18 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
19
- - name: Install chrome
20
- uses: browser-actions/setup-chrome@v2
21
- id: setup-chrome
+ # - name: Install chrome
+ # uses: browser-actions/setup-chrome@v2
+ # id: setup-chrome
22
- name: test chrome
23
run: |
24
${{ steps.setup-chrome.outputs.chrome-path }} --version
25
- chrome --version
+# chrome --version
26
chromium --version
27
- which chrome
+# which chrome
28
which chromium
29
which chromium-browser
30
- chromium-browser --headless --no-sandbox http://example.org/
+# chromium-browser --headless --no-sandbox http://example.org/
31
- name: Python setup
32
uses: actions/setup-python@v3
33
# - name: Sphinx setup
0 commit comments