Skip to content

Commit d28704e

Browse files
update github workflow
1 parent 85af880 commit d28704e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-marimo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Export Marimo Notebook
2626
run: |
27-
marimo export html data_science_tools/polars_vs_pandas.py -o build/data_science_tools/polars_vs_pandas
27+
marimo export html-wasm data_science_tools/polars_vs_pandas.py -o build/data_science_tools/polars_vs_pandas --mode run --show-code
2828
2929
- name: Upload Pages Artifact
3030
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)