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:
Kevin Putnam
2019-09-13 10:28:05 -07:00
parent 79daa13b75
commit d2717ac3eb
+2 -2
View File
@@ -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