mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-06-29 17:26:01 +00:00
Docs will now deploy from publish branch. Master will now be staging to preview changes before going live.
Publishing currently requires 1 manual step: 1. merge/pull master into publish Previewing on staging requires 1 manual step: 1. hit staging publish URL Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
This commit is contained in:
+2
-2
@@ -26,14 +26,14 @@ deploy:
|
||||
github_token: $GITHUB_TOKEN
|
||||
target-branch: latestHTML
|
||||
on:
|
||||
branch: master
|
||||
branch: publish
|
||||
local_dir: source/_build/html/
|
||||
- provider: pages
|
||||
skip_cleanup: true
|
||||
github_token: $GITHUB_TOKEN
|
||||
target-branch: developmentHTML
|
||||
on:
|
||||
branch: development
|
||||
branch: master
|
||||
local_dir: source/_build/html/
|
||||
- provider: releases
|
||||
skip_cleanup: true
|
||||
|
||||
Reference in New Issue
Block a user