Skip to content

Commit 0637966

Browse files
committed
add PyMdown extensions
1 parent 41a782f commit 0637966

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test_builddocsite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: pandoc/actions/setup@v1
3535
- name: mkdocs setup
3636
run: |
37-
pip install mkdocs mkdocs-material python-markdown-math mkdocs-static-i18n
37+
pip install mkdocs mkdocs-material python-markdown-math mkdocs-static-i18n pymdown-extensions
3838
3939
- name: Checkout
4040
uses: actions/checkout@v4

MDhelp/mkdocs.yml_pdf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ plugins:
7171
# - index.md
7272
render_js: true
7373
headless_chrome_path: /usr/bin/google-chrome-stable
74+
headless_chrome_path: /Users/toby/bin/chromedriver
7475
# relaxedjs_path: /usr/local/bin/relaxed
7576

7677
- i18n:

0 commit comments

Comments
 (0)