Skip to content

Commit 11b6f3f

Browse files
committed
Update to v0.15
Signed-off-by: Dan Sun <[email protected]>
1 parent cb01afd commit 11b6f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Mike deploy
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ v0.15 ]
66

77
jobs:
88
build_docs:
@@ -41,4 +41,4 @@ jobs:
4141

4242
- name: Deploy with mike
4343
run: |
44-
mike deploy --push $(cat version.txt)
44+
mike deploy --push --update-aliases $(cat version.txt) latest

0 commit comments

Comments
 (0)