File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 29
29
- name : Setup pixi
30
30
uses : prefix-dev/setup-pixi@19eac09b398e3d0c747adc7921926a6d802df4da # v0.8.8
31
31
32
- - name : Build executed notebooks and HTML
32
+ - name : Build HTML
33
33
run : pixi run build
34
34
35
+ - name : Build jupyterlite
36
+ run : pixi run build_wasm
37
+
35
38
- name : Upload executed notebooks as GitHub artifact (for debugging)
36
39
uses : actions/upload-artifact@v4
37
40
with :
Original file line number Diff line number Diff line change @@ -100,3 +100,15 @@ jobs:
100
100
101
101
- name : Build static site
102
102
run : pixi run build
103
+
104
+ pixi_build_wasm :
105
+ name : Build jupyterlite site with pixi
106
+ runs-on : ubuntu-latest
107
+ steps :
108
+ - uses : actions/checkout@v4
109
+
110
+ - name : Setup pixi
111
+ uses : prefix-dev/setup-pixi@v0.8.1
112
+
113
+ - name : Build jupyterlite site
114
+ run : pixi run build_wasm
You can’t perform that action at this time.
0 commit comments