Skip to content

Commit 9231317

Browse files
add sandbox to gh workflow
1 parent db73ab7 commit 9231317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-marimo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ 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.html
28-
marimo export html llm/pydantic_ai_examples.py -o build/llm/pydantic_ai_examples.html
27+
marimo export html data_science_tools/polars_vs_pandas.py -o build/data_science_tools/polars_vs_pandas.html --sandbox
28+
marimo export html llm/pydantic_ai_examples.py -o build/llm/pydantic_ai_examples.html --sandbox
2929
3030
- name: Upload Pages Artifact
3131
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)