mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-09-21 00:54:25 +08:00
fix(pages): missing assets (#183)
* fix(pages): missing assets This is a PR to try understanding why some assets are not present * fix(ci): correct path * fix(ci): fix path.. * chore(ci): add debug * chore(ci): more and more debug
This commit is contained in:
@ -349,6 +349,8 @@ class RevealJS(Converter):
|
||||
)
|
||||
full_assets_dir = dirname / assets_dir
|
||||
|
||||
logger.debug(f"Assets will be saved to: {full_assets_dir}")
|
||||
|
||||
os.makedirs(full_assets_dir, exist_ok=True)
|
||||
|
||||
for presentation_config in self.presentation_configs:
|
||||
|
Reference in New Issue
Block a user