Skip to content

Commit ff0a797

Browse files
committed
set v1.14 to stable
Signed-off-by: Mengxin Liu <[email protected]>
1 parent af94249 commit ff0a797

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- main
66
- master
7+
- v1.14
78
jobs:
89
deploy:
910
runs-on: ubuntu-latest
@@ -33,5 +34,6 @@ jobs:
3334
git config --global user.name "ci-bot"
3435
git config --global user.email "[email protected]"
3536
git fetch origin gh-pages
36-
mike deploy --push -u v1.14.x dev -t "v1.14.x (dev)"
37+
mike deploy --push -u v1.14.x current stable -t "v1.14.x (stable)"
38+
mike set-default stable --push
3739
mike list

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ extra:
285285
- icon: fontawesome/brands/docker
286286
link: https://hub.docker.com/r/kubeovn/kube-ovn
287287
variables:
288-
version: v1.13.14
289-
branch: release-1.13
288+
version: v1.14.0
289+
branch: release-1.14
290290
copyright:
291291
<p>The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation,
292292
please see our <a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademark Usage page</a>.

0 commit comments

Comments
 (0)