File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ jobs:
421
421
tar xf artifacts/doc_api/docs.tar.gz
422
422
mv target/doc gh-pages/api
423
423
mv artifacts/examples1 gh-pages/exbuild
424
- mv artifacts/examples2 gh-pages/exbuild/raytrace-parallel
424
+ mv artifacts/examples2/* gh-pages/exbuild
425
425
mv artifacts/benchmarks gh-pages/benchmarks
426
426
tar czf gh-pages.tar.gz gh-pages
427
427
- uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change 27
27
- [ web-sys: A Simple Paint Program] ( ./examples/paint.md )
28
28
- [ web-sys: WASM in Web Worker] ( ./examples/wasm-in-web-worker.md )
29
29
- [ Parallel Raytracing] ( ./examples/raytrace.md )
30
+ - [ WASM Audio Worklet] ( ./examples/wasm-audio-worklet.md )
30
31
- [ web-sys: A TODO MVC App] ( ./examples/todomvc.md )
31
32
- [ Reference] ( ./reference/index.md )
32
33
- [ Deployment] ( ./reference/deployment.md )
You can’t perform that action at this time.
0 commit comments