Add docs.wasmtime.dev as a CNAME for the Wasmtime docs (#2317)

* Update version of mdbook used in CI

* Configure cname for wasmtime docs
This commit is contained in:
Till Schneidereit
2020-10-25 21:48:20 +01:00
committed by GitHub
parent 6ebbab61b9
commit fc1cedb2ff
2 changed files with 4 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ jobs:
submodules: true
- run: |
set -e
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 -
echo `pwd` >> $GITHUB_PATH
- run: (cd docs && mdbook build)
- run: cargo build -p wasmtime

View File

@@ -3,3 +3,6 @@ authors = ["The Wasmtime Project Developers"]
multilingual = false
src = "."
title = "Wasmtime"
[output.html]
cname = "docs.wasmtime.dev"