From 9a7c8d4b0ff3b9a7d736bbda68e12a9f3867ec1b Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 17 Oct 2019 22:37:01 +0300 Subject: scale website back We have dedicated https://rust-analyzer.github.io/ now --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 65a08cbcd..7d66f72d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ matrix: language: rust rust: stable script: - - cargo build-website + - cargo doc --all --no-deps env: - RUSTFLAGS="-D warnings", CARGO_INCREMENTAL=0 @@ -59,7 +59,7 @@ deploy: skip-cleanup: true github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable keep-history: false - local-dir: target/website/ + local-dir: target/doc on: branch: master condition: $DEPLOY_DOCS = 1 -- cgit v1.2.3