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 5428b02 commit 55455f6Copy full SHA for 55455f6
.github/workflows/mkdocs_pdf.yml
@@ -25,7 +25,9 @@ jobs:
25
chrome --version
26
chromium --version
27
which chrome
28
- #export chromium-browser=`which chrome`
+ which chromium
29
+ which chromium-browser
30
+ chromium-browser --headless --no-sandbox http://example.org/
31
- name: Python setup
32
uses: actions/setup-python@v3
33
# - name: Sphinx setup
MDhelp/mkdocs.yml_pdf
@@ -68,8 +68,8 @@ plugins:
68
exclude_pages:
69
- Contents
70
# - index.md
71
- render_js: true
72
- headless_chrome_path: /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/chrome
+ #render_js: true
+ #headless_chrome_path: /opt/hostedtoolcache/setup-chrome/chrome/stable/x64/chrome
73
74
- i18n:
75
docs_structure: suffix
0 commit comments