Skip to content

Commit fd2f6cf

Browse files
committed
updated template in build.py script
1 parent c1aeb6f commit fd2f6cf

2 files changed

Lines changed: 1 addition & 364 deletions

File tree

.github/scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def _export(folder: Path, output_dir: Path, as_app: bool=False) -> List[dict]:
177177

178178
def main(
179179
output_dir: Union[str, Path] = "_site",
180-
template: Union[str, Path] = "templates/tailwind.html.j2",
180+
template: Union[str, Path] = "templates/index.html.j2",
181181
) -> None:
182182
"""Main function to export marimo notebooks.
183183

0 commit comments

Comments
 (0)