Skip to content

Commit

Permalink
Update CI for 0.12 doc
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Sun <dsun20@bloomberg.net>
  • Loading branch information
yuzisun committed Mar 31, 2024
1 parent e27b5e1 commit d430c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Mike deploy

on:
push:
branches: [ main ]
branches: [ v0.12 ]

jobs:
build_docs:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:

- name: Deploy with mike
run: |
mike deploy --push $(cat version.txt)
mike deploy --push --update-aliases $(cat version.txt) latest
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
master
0.12

0 comments on commit d430c7e

Please sign in to comment.