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 fcf4618 commit ef32433Copy full SHA for ef32433
.github/workflows/book.yml
@@ -47,12 +47,13 @@ jobs:
47
mkdir -p artifacts/marimo/$filename
48
49
# 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
+ uvx marimo export html-wasm --sandbox $notebook -o artifacts/marimo/$filename/index.html --mode edit
51
done
52
53
# List all exported notebooks
54
echo "Exported notebooks:"
55
ls -la artifacts/marimo/
56
+ tree artifacts/marimo
57
working-directory: book/marimo
58
59
# Upload the generated HTML-WASM files as a GitHub Actions artifact
0 commit comments