We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26597d7 commit 277ee52Copy full SHA for 277ee52
.github/workflows/enonic-docgen.yml
@@ -4,8 +4,7 @@ on:
4
push:
5
branches:
6
- "master"
7
- - "5.2"
8
- - "5.3-docs"
+ - "5.3"
9
paths:
10
- 'docs/**'
11
workflow_dispatch:
docs/versions.json
@@ -14,12 +14,8 @@
14
},
15
{
16
"label": "stable",
17
- "checkout": "5.2",
+ "checkout": "5.3",
18
"latest": true
19
- },
20
- {
21
- "label": "next",
22
- "checkout": "5.3-docs"
23
}
24
]
25
0 commit comments