Skip to content

Commit 12ab522

Browse files
committed
build(marimo): update notebook path
1 parent 344a844 commit 12ab522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_marimo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: 📄 Export notebook
2828
run: |
29-
marimo export html-wasm notebook.py -o build/marimo --mode run
29+
marimo export html-wasm ./notebooks/gui_notebook.py -o build/marimo --mode run
3030
3131
- name: 📦 Upload Pages Artifact
3232
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)