Skip to content

Commit

Permalink
Merge pull request #750 from intelkevinputnam/kp-add-tagged-release
Browse files Browse the repository at this point in the history
 Stage 1 of back end support for keeping Chinese language content static in rolling release
  • Loading branch information
intelkevinputnam authored Sep 9, 2019
2 parents 637f193 + a7005f8 commit 10d1185
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ script:

before_deploy:
- make linkcheck
- tar -zcvf clearlinux-docs-zh-CN.tar.gz -C source/_build/html/zh_CN .

deploy:
- provider: pages
Expand All @@ -31,6 +32,13 @@ deploy:
on:
branch: development
local_dir: source/_build/html/
- provider: releases
skip_cleanup: true
api_key: $GITHUB_TOKEN
file: clearlinux-docs-zh-CN.tar.gz
on:
tags: true


after_deploy:
- wget $PUBLISH_URL
Expand Down

0 comments on commit 10d1185

Please sign in to comment.