We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37efe6 commit 452dce7Copy full SHA for 452dce7
1 file changed
.github/workflows/ci.yml
@@ -2,7 +2,7 @@ name: ci
2
on:
3
push:
4
branches:
5
- - alpha
+ - v2.0
6
permissions:
7
contents: write
8
jobs:
@@ -18,4 +18,4 @@ jobs:
18
- run: git config user.name github-actions
19
- run: git config user.email github-actions@github.com
20
- run: git fetch origin gh-pages --depth=1
21
- - run: mike deploy --push --update-aliases 1.1-alpha development
+ - run: mike deploy --push --update-aliases v2.0 latest
0 commit comments