Skip to content

Commit 2e8fe8c

Browse files
test changes
1 parent eb2bf3a commit 2e8fe8c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

mkdocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

6462
nav:

0 commit comments

Comments
 (0)