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 85af880 commit d28704eCopy full SHA for d28704e
.github/workflows/publish-marimo.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Export Marimo Notebook
26
run: |
27
- marimo export html data_science_tools/polars_vs_pandas.py -o build/data_science_tools/polars_vs_pandas
+ marimo export html-wasm data_science_tools/polars_vs_pandas.py -o build/data_science_tools/polars_vs_pandas --mode run --show-code
28
29
- name: Upload Pages Artifact
30
uses: actions/upload-pages-artifact@v3
0 commit comments