Skip to content

Commit ef32433

Browse files
committed
update polars
1 parent fcf4618 commit ef32433

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/book.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,13 @@ jobs:
4747
mkdir -p artifacts/marimo/$filename
4848
4949
# Export in edit mode to allow users to modify the notebook
50-
uvx marimo export html-wasm $notebook -o artifacts/marimo/$filename/index.html --sandbox --mode edit
50+
uvx marimo export html-wasm --sandbox $notebook -o artifacts/marimo/$filename/index.html --mode edit
5151
done
5252
5353
# List all exported notebooks
5454
echo "Exported notebooks:"
5555
ls -la artifacts/marimo/
56+
tree artifacts/marimo
5657
working-directory: book/marimo
5758

5859
# Upload the generated HTML-WASM files as a GitHub Actions artifact

0 commit comments

Comments
 (0)