Skip to content

Commit 277ee52

Browse files
committed
Remove "next" branch from the docs
1 parent 26597d7 commit 277ee52

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/enonic-docgen.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
push:
55
branches:
66
- "master"
7-
- "5.2"
8-
- "5.3-docs"
7+
- "5.3"
98
paths:
109
- 'docs/**'
1110
workflow_dispatch:

docs/versions.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@
1414
},
1515
{
1616
"label": "stable",
17-
"checkout": "5.2",
17+
"checkout": "5.3",
1818
"latest": true
19-
},
20-
{
21-
"label": "next",
22-
"checkout": "5.3-docs"
2319
}
2420
]
2521
}

0 commit comments

Comments
 (0)