File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 33
44name : 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
99permissions :
1010 contents : write
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
You can’t perform that action at this time.
0 commit comments