We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9bf7a commit da78e19Copy full SHA for da78e19
1 file changed
scripts/execute-convert.py
@@ -18,9 +18,7 @@
18
command = "jb build . --config _config.yml --toc _toc.yml --builder pdfhtml"
19
os.system(command)
20
21
- # copy .ipynb and build outputs to 'html' dir
22
- command = f"cp '*.ipynb' html"
23
- os.system(command)
+ # copy build outputs to 'html' dir
24
command = "cp -r '_build/html' html"
25
26
command = "cp '_build/pdf/book.pdf' html"
@@ -34,9 +32,7 @@
34
32
command = f"jb build {slug}.ipynb --config _config.yml --builder pdfhtml"
35
33
36
37
38
39
40
command = f"cp -r '_build/_page/{slug}/html' html"
41
42
command = f"cp '_build/_page/{slug}/pdf/{slug}.pdf' html"
0 commit comments