Skip to content

Commit d9e29d3

Browse files
committed
config work chrome
1 parent aa99018 commit d9e29d3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
chrome --version
2626
chromium --version
2727
which chrome
28+
export chromium-browser=`which chrome`
2829
- name: Python setup
2930
uses: actions/setup-python@v3
3031
# - name: Sphinx setup

MDhelp/mkdocs.yml_pdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ plugins:
6969
- Contents
7070
# - index.md
7171
render_js: true
72-
headless_chrome_path: /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/
72+
headless_chrome_path: /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/chrome
7373

7474
- i18n:
7575
docs_structure: suffix

0 commit comments

Comments
 (0)