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 db73ab7 commit 9231317Copy full SHA for 9231317
.github/workflows/publish-marimo.yml
@@ -24,8 +24,8 @@ 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.html
28
- marimo export html llm/pydantic_ai_examples.py -o build/llm/pydantic_ai_examples.html
+ marimo export html data_science_tools/polars_vs_pandas.py -o build/data_science_tools/polars_vs_pandas.html --sandbox
+ marimo export html llm/pydantic_ai_examples.py -o build/llm/pydantic_ai_examples.html --sandbox
29
30
- name: Upload Pages Artifact
31
uses: actions/upload-pages-artifact@v3
0 commit comments