We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad3b00c commit fe48283Copy full SHA for fe48283
1 file changed
.github/workflows/static.yml
@@ -42,6 +42,6 @@ jobs:
42
uv run marimo export html-wasm notebook.py -o ./build/index.html
43
- uses: actions/upload-pages-artifact@v3
44
with:
45
- path: '.'
+ path: './build'
46
- id: deployment
47
uses: actions/deploy-pages@v4
0 commit comments