Skip to content

Commit 452dce7

Browse files
committed
Moving to v2.0
1 parent c37efe6 commit 452dce7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci
22
on:
33
push:
44
branches:
5-
- alpha
5+
- v2.0
66
permissions:
77
contents: write
88
jobs:
@@ -18,4 +18,4 @@ jobs:
1818
- run: git config user.name github-actions
1919
- run: git config user.email github-actions@github.com
2020
- run: git fetch origin gh-pages --depth=1
21-
- run: mike deploy --push --update-aliases 1.1-alpha development
21+
- run: mike deploy --push --update-aliases v2.0 latest

0 commit comments

Comments
 (0)