Add travis config for custom domain (#608)
This commit is contained in:
parent
3524cac4b4
commit
63c5f529d1
|
|
@ -25,5 +25,6 @@ deploy:
|
||||||
skip-cleanup: true
|
skip-cleanup: true
|
||||||
github-token: $GITHUB_TOKEN
|
github-token: $GITHUB_TOKEN
|
||||||
local-dir: book/html
|
local-dir: book/html
|
||||||
|
fqdn: rustc-dev-guide.rust-lang.org
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue