Skip to content

Commit 664445a

Browse files
committed
chore(ci): allowlist devnets/bal/4 for docs publishing
Adds the `bal-devnet-4` label to the site's version switcher and to the `docs-build` dispatch dropdown so pushes and manual dispatches to `devnets/bal/4` publish at `/docs/devnets/bal/4/`.
1 parent 49612ee commit 664445a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/configs/docs-branches.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ default: "forks/amsterdam"
1212
branches:
1313
- path: "forks/amsterdam"
1414
label: "Amsterdam"
15+
- path: "devnets/bal/4"
16+
label: "bal-devnet-4"

.github/workflows/docs-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ on:
4646
type: choice
4747
options:
4848
- forks/amsterdam
49+
- devnets/bal/4
4950
default: forks/amsterdam
5051
ref:
5152
description: "Ref to build (branch, tag, or commit SHA). Empty = branch tip."

0 commit comments

Comments
 (0)