Skip to content

Commit 41d190f

Browse files
committed
try impl-playwright-pdf-engine branch
1 parent 9fdfbc5 commit 41d190f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/mkdocs_pdf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ jobs:
8181
run: |
8282
cd MDhelp
8383
mv mkdocs.yml_pdf mkdocs.yml
84-
mkdocs build
85-
#ENABLE_PDF_EXPORT=1 mkdocs build
84+
#mkdocs build
85+
ENABLE_PDF_EXPORT=1 mkdocs build
8686
# mv site/GSASII-help.pdf ...
8787
#cp -vr site ../help_test
8888

.github/workflows/mkdocs_testbranch.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
name: test MD help to .pdf
55

6-
#on: [workflow_dispatch]
7-
on: [push, workflow_dispatch]
6+
on: [workflow_dispatch]
7+
#on: [push, workflow_dispatch]
88

99
permissions:
1010
contents: write
@@ -47,8 +47,6 @@ jobs:
4747
pip install pymdown-extensions
4848
#pip install mkdocs-to-pdf
4949
pip install git+https://github.com/domWalters/mkdocs-to-pdf.git@impl-playwright-pdf-engine
50-
51-
https://github.com/domWalters/mkdocs-to-pdf.git
5250
- name: Checkout
5351
uses: actions/checkout@v4
5452

0 commit comments

Comments
 (0)