We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a536a0b commit 4cec112Copy full SHA for 4cec112
.github/workflows/ci.yaml
@@ -187,6 +187,13 @@ jobs:
187
npm install
188
npm run test
189
working-directory: ./wasm/demo
190
+ - name: build notebook demo
191
+ if: github.ref == 'refs/heads/release'
192
+ run: |
193
+ npm install
194
+ npm run dist
195
+ mv dist ../demo/dist/notebook
196
+ working-directory: ./wasm/notebook
197
- name: Deploy demo to Github Pages
198
if: success() && github.ref == 'refs/heads/release'
199
uses: peaceiris/actions-gh-pages@v2
0 commit comments