From 4f54be2566fb39a45d74600be68fb9d318288172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 23 Sep 2019 22:24:12 +0200 Subject: [PATCH] Use retrieve documentation --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3dd9ea1b3ba..a809ac96e82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,7 @@ install: script: - find . -name '*.md' -exec proselint {} \; - cd ../website - - bin/checkout-documentation - - bin/generate-nav + - bin/retrieve-documentation - GATSBY_BRANCH_NAME=$TRAVIS_BRANCH yarn gatsby build # Preserve artifacts - cd $TRAVIS_BUILD_DIR