Skip to content

Commit df22891

Browse files
committed
config work chrome
1 parent 55455f6 commit df22891

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818

19-
- name: Install chrome
20-
uses: browser-actions/setup-chrome@v2
21-
id: setup-chrome
19+
# - name: Install chrome
20+
# uses: browser-actions/setup-chrome@v2
21+
# id: setup-chrome
2222
- name: test chrome
2323
run: |
2424
${{ steps.setup-chrome.outputs.chrome-path }} --version
25-
chrome --version
25+
# chrome --version
2626
chromium --version
27-
which chrome
27+
# which chrome
2828
which chromium
2929
which chromium-browser
30-
chromium-browser --headless --no-sandbox http://example.org/
30+
# chromium-browser --headless --no-sandbox http://example.org/
3131
- name: Python setup
3232
uses: actions/setup-python@v3
3333
# - name: Sphinx setup

0 commit comments

Comments
 (0)