mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-07-06 04:35:59 +00:00
Merge pull request #750 from intelkevinputnam/kp-add-tagged-release
Stage 1 of back end support for keeping Chinese language content static in rolling release
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user