File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,13 @@ jobs:
3838 - name : Install Python deps
3939 run : |
4040 python -m pip install --upgrade pip
41- pip install \
41+ pip install \
4242 mkdocs \
4343 mkdocs-material \
4444 "mkdocs-material[imaging]" \
4545 "mkdocs-material[extras]" \
4646 mkdocs-git-revision-date-localized-plugin \
47- mkdocs-to-pdf \
48- weasyprint
47+ mkdocs-to-pdf
4948
5049 # Optional: build first so the job fails early if config is bad
5150 - name : Build
Original file line number Diff line number Diff line change @@ -55,10 +55,8 @@ plugins:
5555 type : timeago
5656 - to-pdf :
5757 copyright : Copyright © PIRATE MIDI 2026
58- cover : false
59- toc_title : " Table of Contents"
6058 toc_leve : 2
61- output_path : PM-Docs .pdf
59+ output_path : pdf/pm-docs .pdf
6260 download_link : header
6361
6462nav :
You can’t perform that action at this time.
0 commit comments