Skip to content

Commit e26cc8e

Browse files
committed
Fix: Update markdown file path for chapter 13 in ebook conversion
1 parent 6090693 commit e26cc8e

4 files changed

Lines changed: 1 addition & 0 deletions

File tree

Path to senior developer-en.pdf

2.49 MB
Binary file not shown.

Path to senior developer-es.pdf

2.5 MB
Binary file not shown.

Path to senior developer-it.pdf

2.49 MB
Binary file not shown.

book/ebook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def convert_markdown_to_pdf( lang = 'it' ):
154154

155155
# Dimensioni Personali e Sistemiche
156156
# ('' +lang +'/04-dimensioni personali e sistemiche.md', ''),
157+
('capitolo13/13-ProgrammatoreAnelloDebole-' +lang +'.md', 'capitolo13/13-ProgrammatoreAnelloDebole-2-chatgpt.png'),
157158
# ('capitolo13/12-Gestione-del-Burnout-e-Salute-Mentale.md', 'capitolo13/.jpg'),
158159
# ('capitolo14/58-Etica e Responsabilità nella Programmazione.md', 'capitolo14/.jpg'),
159160

0 commit comments

Comments
 (0)