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:
Jérome Eertmans
2023-05-08 17:43:58 +02:00
committed by GitHub
parent bfad43bd38
commit c9ef5e9a75
2 changed files with 12 additions and 4 deletions

View File

@ -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: