Skip to content

Commit 55455f6

Browse files
committed
config work chrome
1 parent 5428b02 commit 55455f6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
chrome --version
2626
chromium --version
2727
which chrome
28-
#export chromium-browser=`which chrome`
28+
which chromium
29+
which chromium-browser
30+
chromium-browser --headless --no-sandbox http://example.org/
2931
- name: Python setup
3032
uses: actions/setup-python@v3
3133
# - name: Sphinx setup

MDhelp/mkdocs.yml_pdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ plugins:
6868
exclude_pages:
6969
- Contents
7070
# - index.md
71-
render_js: true
72-
headless_chrome_path: /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/chrome
71+
#render_js: true
72+
#headless_chrome_path: /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/chrome
7373

7474
- i18n:
7575
docs_structure: suffix

0 commit comments

Comments
 (0)