There was an error while loading. Please reload this page.
--force
1 parent 4961096 commit 9f3ea0bCopy full SHA for 9f3ea0b
1 file changed
.github/workflows/release.yml
@@ -122,5 +122,5 @@ jobs:
122
git fetch origin gh-pages
123
124
echo "Build and deploy the doc on ${{ inputs.release-version }}"
125
- mike deploy --push --force stable
126
- mike deploy --push --force ${{ inputs.release-version }}
+ mike deploy --push stable
+ mike deploy --push ${{ inputs.release-version }}
0 commit comments