File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 uses : actions/download-artifact@v4
3131 with :
3232 name : wasm-demo
33- path : doc/playground
33+ path : doc/wasm
3434
3535 - name : Setup Node.js
3636 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 11/.quarto /
22** /* .quarto_ipynb
33_site
4- playground
4+ wasm
Original file line number Diff line number Diff line change 11project :
22 type : website
33 resources :
4- - playground /**
4+ - wasm /**
55
66website :
77 title : " ggsql"
@@ -51,7 +51,7 @@ website:
5151 href : syntax/clause/label.qmd
5252 - examples.qmd
5353 - text : Playground
54- href : playground /index.html
54+ href : wasm /index.html
5555 tools :
5656 - icon : github
5757 menu :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A declarative visualization language that extends SQL with powerful data visuali
1616::: {.hero-buttons}
1717[ Get Started] ( installation.qmd ) {.btn .btn-secondary .btn-lg}
1818[ View Examples] ( examples.qmd ) {.btn .btn-outline-secondary .btn-lg}
19- [ Playground] ( playground /index.html) {.btn .btn-outline-secondary .btn-lg}
19+ [ Playground] ( wasm /index.html) {.btn .btn-outline-secondary .btn-lg}
2020:::
2121
2222:::
Original file line number Diff line number Diff line change 4141echo " Building WASM demo..."
4242(cd " $SCRIPT_DIR /demo" && npm install && npm run build)
4343
44- echo " Copying demo to doc/playground ..."
45- rm -rf " $REPO_ROOT /doc/playground "
46- cp -r " $SCRIPT_DIR /demo/dist" " $REPO_ROOT /doc/playground "
44+ echo " Copying output to doc/wasm ..."
45+ rm -rf " $REPO_ROOT /doc/wasm "
46+ cp -r " $SCRIPT_DIR /demo/dist" " $REPO_ROOT /doc/wasm "
4747
48- echo " Done! Demo output is in: $REPO_ROOT /doc/playground "
48+ echo " Done! Output is in: $REPO_ROOT /doc/wasm "
You can’t perform that action at this time.
0 commit comments