From a20dee18a7d3f9413f57ff4040c5b1b211c8a5cc Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Mon, 9 Sep 2019 16:03:05 -0700 Subject: [PATCH] Will now pull chinese content from https://github.com/clearlinux/clear-linux-documentation-zh-CN. Signed-off-by: Kevin Putnam --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f92c41d2..a04eab51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ script: before_deploy: - make linkcheck # only deploy the latest tagged release of Simplified Chinese docs - - wget https://github.com/clearlinux/clear-linux-documentation/releases/latest/download/clearlinux-docs-zh-CN.tar.gz + - wget https://github.com/clearlinux/clear-linux-documentation-zh-CN/releases/latest/download/clearlinux-docs-zh-CN.tar.gz - mkdir source/_build/html/zh_CN - tar xvzf clearlinux-docs-zh-CN.tar.gz -C source/_build/html/zh_CN