Skip to content

Commit 34a46a6

Browse files
committed
fix .yml
1 parent b8d2c8d commit 34a46a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- name: mkdocs setup
2727
run: |
2828
pip install mkdocs mkdocs-material python-markdown-math mkdocs-static-i18n
29-
pip install weasyprint
29+
#pip install weasyprint
3030
pip install mkdocs-with-pdf
3131
#pip install mkdocs-to-pdf
32-
weasyprint --info
32+
#weasyprint --info
3333
3434
- name: Checkout
3535
uses: actions/checkout@v4

MDhelp/mkdocs.yml_pdf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ theme:
5757
logo: images/gsas2.png
5858

5959
plugins:
60-
- with-pdf
60+
- with-pdf
6161
# author: Brian H. Toby and Robert B. Von Dreele
6262
# enabled_if_env: ENABLE_PDF_EXPORT
63-
- i18n:
63+
- i18n:
6464
docs_structure: suffix
6565
languages:
6666
- locale: en

0 commit comments

Comments
 (0)