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 a3f2405 commit 2c33c60Copy full SHA for 2c33c60
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
submodules: true
34
- run: |
35
set -e
36
- curl -L https://github.com/rust-lang-nursery/mdBook/releases/download/v0.3.1/mdbook-v0.3.1-x86_64-unknown-linux-gnu.tar.gz | tar xzf -
+ curl -L https://github.com/rust-lang-nursery/mdBook/releases/download/v0.4.4/mdbook-v0.4.4-x86_64-unknown-linux-gnu.tar.gz | tar xzf -
37
echo `pwd` >> $GITHUB_PATH
38
- run: (cd docs && mdbook build)
39
- run: cargo build -p wasmtime
docs/book.toml
@@ -3,3 +3,6 @@ authors = ["The Wasmtime Project Developers"]
3
multilingual = false
4
src = "."
5
title = "Wasmtime"
6
+
7
+[output.html]
8
+cname = "docs.wasmtime.dev"
0 commit comments