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 aa99018 commit d9e29d3Copy full SHA for d9e29d3
.github/workflows/mkdocs_pdf.yml
@@ -25,6 +25,7 @@ jobs:
25
chrome --version
26
chromium --version
27
which chrome
28
+ export chromium-browser=`which chrome`
29
- name: Python setup
30
uses: actions/setup-python@v3
31
# - name: Sphinx setup
MDhelp/mkdocs.yml_pdf
@@ -69,7 +69,7 @@ plugins:
69
- Contents
70
# - index.md
71
render_js: true
72
- headless_chrome_path: /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/
+ headless_chrome_path: /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/chrome
73
74
- i18n:
75
docs_structure: suffix
0 commit comments