We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d3c28 commit 22f00c4Copy full SHA for 22f00c4
1 file changed
.github/workflows/deploy.yml
@@ -28,7 +28,7 @@ jobs:
28
run: uv sync --extra notebook
29
30
- name: Export notebook to HTML
31
- run: uv run marimo export html notebooks/discourse_graph_demo.py -o _site/index.html
+ run: uv run marimo export html --no-include-code notebooks/discourse_graph_demo.py -o _site/index.html
32
env:
33
MPLBACKEND: Agg
34
0 commit comments