Skip to content

Commit be41063

Browse files
committed
Add subdirectory for the individual notebook.
1 parent 7635053 commit be41063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-marimo-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
uses: prefix-dev/[email protected]
2525
with:
2626
manifest-path: pyproject.toml
27-
# cache: true
27+
cache: true
2828

2929
- name: Ensure docs directory exists
30-
run: mkdir -p docs/
30+
run: mkdir -p docs/sec10k-data-review/
3131

3232
- name: Export Marimo notebooks
3333
run: |
34-
pixi run marimo export html-wasm marimo/sec10k-data-review.py -o docs/ --mode edit
34+
pixi run marimo export html-wasm marimo/sec10k-data-review.py -o docs/sec10k-data-review/ --mode edit
3535
3636
- name: Verify generated files
3737
run: |

0 commit comments

Comments
 (0)