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 7635053 commit be41063Copy full SHA for be41063
.github/workflows/deploy-marimo-pages.yml
@@ -24,14 +24,14 @@ jobs:
24
uses: prefix-dev/[email protected]
25
with:
26
manifest-path: pyproject.toml
27
- # cache: true
+ cache: true
28
29
- name: Ensure docs directory exists
30
- run: mkdir -p docs/
+ run: mkdir -p docs/sec10k-data-review/
31
32
- name: Export Marimo notebooks
33
run: |
34
- pixi run marimo export html-wasm marimo/sec10k-data-review.py -o docs/ --mode edit
+ pixi run marimo export html-wasm marimo/sec10k-data-review.py -o docs/sec10k-data-review/ --mode edit
35
36
- name: Verify generated files
37
0 commit comments