Skip to content

Commit

Permalink
remove --force for mkdoc in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim authored Dec 6, 2023
1 parent 4cd3552 commit 27cfe3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ jobs:
git fetch origin gh-pages
echo "Build and deploy the doc on ${{ inputs.release-version }}"
mike deploy --push --force stable
mike deploy --push --force ${{ inputs.release-version }}
mike deploy --push stable
mike deploy --push ${{ inputs.release-version }}

0 comments on commit 27cfe3d

Please sign in to comment.