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 64f0b09 commit 26d89c4Copy full SHA for 26d89c4
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
git fetch origin deploy:deploy
36
mike deploy --push --branch deploy --rebase ${{ matrix.version }}
37
- if [[ ${{ matrix.version }} =~ "v2" ]]; then
+ if [[ ${{ matrix.version }} == "v2" ]]; then
38
mike set-default -b deploy ${{ matrix.version }}
39
fi
40
0 commit comments