We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4709e1 commit 3077b66Copy full SHA for 3077b66
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
# It should very much be an action such that other repos
38
# can use it without forking or copying it
39
# 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
+ uv run .github/scripts/build.py --template templates/tailwind.html.j2 # This script exports all notebooks to the _site directory
41
tree _site # Display the exported files
42
43
# Upload the generated site as an artifact for the deploy job
0 commit comments