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.
--force
1 parent 4cd3552 commit 27cfe3dCopy full SHA for 27cfe3d
.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