Skip to content

Commit 9d521d9

Browse files
committed
config work on chrome
1 parent df22891 commit 9d521d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
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)