Skip to content

Commit c1aeb6f

Browse files
committed
moved cards to templates
1 parent 3a86b8a commit c1aeb6f

10 files changed

Lines changed: 493 additions & 1443 deletions

File tree

.github/scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def _generate_index(output_dir: Path, template_file: Path, notebooks_data: List[
121121
rendered_html = template.render(notebooks=notebooks_data, apps=apps_data)
122122

123123
# Write the rendered HTML to the index.html file
124-
with open(index_path, "w") as f:
124+
with open(index_path, "w", encoding="utf-8") as f:
125125
f.write(rendered_html)
126126
logger.info(f"Successfully generated index.html at {index_path}")
127127

0 commit comments

Comments
 (0)