Skip to content

Commit 3077b66

Browse files
committed
Trying out minimalist template
1 parent a4709e1 commit 3077b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# It should very much be an action such that other repos
3838
# can use it without forking or copying it
3939
# No, it should not be an action. As otherwise can't run before push
40-
uv run .github/scripts/build.py # This script exports all notebooks to the _site directory
40+
uv run .github/scripts/build.py --template templates/tailwind.html.j2 # This script exports all notebooks to the _site directory
4141
tree _site # Display the exported files
4242
4343
# Upload the generated site as an artifact for the deploy job

0 commit comments

Comments
 (0)