Skip to content

Commit 2cc126d

Browse files
committed
Update doc builds, now include "next".
+ Builds the `current` branch as "latest" + Builds the `next` branch as "next"
1 parent dc8265b commit 2cc126d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/generate-deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- next
7+
- current
78
- 1.x
89
- 0.x
910

scripts/build_public_docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ BRANCH_NAME=`git rev-parse --abbrev-ref HEAD`
44

55
case "${BRANCH_NAME}" in
66
"next")
7+
DOCS_VERSION="next"
8+
;;
9+
"current")
710
DOCS_VERSION="latest"
811
;;
912
"1.x")

0 commit comments

Comments
 (0)