Skip to content

Commit 2c33c60

Browse files
tschneidereitcfallin
authored andcommitted
Add docs.wasmtime.dev as a CNAME for the Wasmtime docs (#2317)
* Update version of mdbook used in CI * Configure cname for wasmtime docs
1 parent a3f2405 commit 2c33c60

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
submodules: true
3434
- run: |
3535
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 -
36+
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 -
3737
echo `pwd` >> $GITHUB_PATH
3838
- run: (cd docs && mdbook build)
3939
- run: cargo build -p wasmtime

docs/book.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ authors = ["The Wasmtime Project Developers"]
33
multilingual = false
44
src = "."
55
title = "Wasmtime"
6+
7+
[output.html]
8+
cname = "docs.wasmtime.dev"

0 commit comments

Comments
 (0)