From ca25cc647de831a4613f234dc5932870e5281073 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Mon, 9 Sep 2019 13:52:03 -0700 Subject: [PATCH] Fixed typo Signed-off-by: Kevin Putnam --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1bd60c2e..ef9bc964 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,12 +15,12 @@ script: before_deploy: - make linkcheck - # only deploy the latest tagged release of Simplified Chinese docs + # compress current build of Simplified Chinese in case of tagged build - tar -zcvf clearlinux-docs-zh-CN.tar.gz -C source/_build/html/zh_CN . + # 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 - mkdir source/_build/html/zh_CN - # compress current build of Simplified Chinese in case of tagged build - - tar xvzf clearlinux-docs-zh-CN.tar.gz -C source/_build/zh_CN + - tar xvzf clearlinux-docs-zh-CN.tar.gz -C source/_build/html/zh_CN deploy: - provider: pages