Skip to content

Commit 8d8b845

Browse files
authored
chore: setup marimo build to use oso.xyz (#5267)
1 parent 16d2482 commit 8d8b845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
run: pixi run make fe
5050

5151
- name: Build the dist directory for marimo
52-
run: pixi run bash scripts/build_marimo_static_dist.sh marimo_dist marimo.opensource.observer
52+
run: pixi run bash scripts/build_marimo_static_dist.sh marimo_dist marimo.oso.xyz
5353

5454
- name: Create _redirects file for Cloudflare Pages
5555
run: |
56-
echo "/notebook/api/* https://www.opensource.observer/api/v1/marimo/:splat 307" > marimo_dist/_redirects
56+
echo "/notebook/api/* https://www.oso.xyz/api/v1/marimo/:splat 307" > marimo_dist/_redirects
5757
5858
- name: Create _headers file for Cloudflare Pages for CORS
5959
run: |

0 commit comments

Comments
 (0)