File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- main
6
6
- master
7
+ - v1.14
7
8
jobs :
8
9
deploy :
9
10
runs-on : ubuntu-latest
33
34
git config --global user.name "ci-bot"
34
35
git config --global user.email "[email protected] "
35
36
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
37
39
mike list
Original file line number Diff line number Diff line change @@ -285,8 +285,8 @@ extra:
285
285
- icon : fontawesome/brands/docker
286
286
link : https://hub.docker.com/r/kubeovn/kube-ovn
287
287
variables :
288
- version : v1.13.14
289
- branch : release-1.13
288
+ version : v1.14.0
289
+ branch : release-1.14
290
290
copyright :
291
291
<p>The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation,
292
292
please see our <a href="https://www.linuxfoundation.org/legal/trademark-usage">Trademark Usage page</a>.
You can’t perform that action at this time.
0 commit comments