From 01cb09e442095e1d8438c53244631a6908daa593 Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Tue, 23 Jul 2019 12:44:18 -0700 Subject: [PATCH] Updated Makefile and Travis build instructions to deploy Chinese and to latestHTML branch. Signed-off-by: Kevin Putnam --- .travis.yml | 4 +--- Makefile | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 943bc1ae..7d804ea5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,7 @@ deploy: provider: pages skip_cleanup: true github_token: $GITHUB_TOKEN - keep-history: true - repo: intelkevinputnam/rtd-build-target - target-branch: master + target-branch: latestHTML on: branch: rtd-theme local_dir: source/_build/html/ \ No newline at end of file diff --git a/Makefile b/Makefile index 5f57bd99..1490067a 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ all: htmlall: make -C source htmlall +htmlzh: + make -C source htmlzh + htmlde: make -C source htmlde