We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5024472 commit 3ebc19eCopy full SHA for 3ebc19e
ci/build.sh
@@ -28,7 +28,7 @@ bundler exec jekyll build --config _config.yml,_build.yml
28
29
mkdir -p _site/docs
30
mdbook build repos/wasm-bindgen/guide
31
-mv repos/wasm-bindgen/guide/book _site/docs/wasm-bindgen
+mv repos/wasm-bindgen/guide/book/html _site/docs/wasm-bindgen
32
33
mdbook build repos/wasm-pack/docs
34
mv repos/wasm-pack/docs/book _site/docs/wasm-pack
0 commit comments