File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 branch : main
5656 name : build-cache
5757 path : _build
58+ # Prune the restored _build/html so files deleted from source stop being
59+ # published: sphinx copies html_static_path in but never removes stale
60+ # assets. `jb clean . --html` removes exactly _build/html, leaving
61+ # .jupyter_cache (the expensive execution cache), _build/latex and
62+ # _build/jupyter untouched. Must run BEFORE the PDF/notebook steps below,
63+ # which stage output INTO _build/html.
64+ - name : Prune restored HTML (drop stale assets deleted from source)
65+ shell : bash -l {0}
66+ run : jb clean . --html
5867 # Build Assets (Download Notebooks and PDF via LaTeX)
5968 - name : Build Download Notebooks (sphinx-tojupyter)
6069 shell : bash -l {0}
Original file line number Diff line number Diff line change 7272 branch : main
7373 name : build-cache
7474 path : _build
75+ # Prune the restored _build/html so files deleted from source stop being
76+ # published: sphinx copies html_static_path in but never removes stale
77+ # assets. `jb clean . --html` removes exactly _build/html, leaving
78+ # .jupyter_cache (the expensive execution cache), _build/latex and
79+ # _build/jupyter untouched. Must run BEFORE the PDF/notebook steps below,
80+ # which stage output INTO _build/html.
81+ - name : Prune restored HTML (drop stale assets deleted from source)
82+ shell : bash -l {0}
83+ run : jb clean . --html
7584 # Build Assets (Download Notebooks, PDF via LaTeX)
7685 - name : Build PDF from LaTeX
7786 shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments