Skip to content

Commit 644c4ef

Browse files
committed
add PyMdown extensions
1 parent 790ee46 commit 644c4ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: mkdocs setup
7373
run: |
7474
pip install mkdocs mkdocs-material python-markdown-math mkdocs-static-i18n
75-
pip install mkdocs-to-pdf
75+
pip install mkdocs-to-pdf pymdown-extensions
7676
7777
- name: Checkout
7878
uses: actions/checkout@v4

.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 pymdown-extensions
37+
pip install mkdocs mkdocs-material python-markdown-math mkdocs-static-i18n
3838
3939
- name: Checkout
4040
uses: actions/checkout@v4

0 commit comments

Comments
 (0)