Skip to content

Commit

Permalink
release ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Jun 7, 2023
1 parent 83737fc commit 6f4ee79
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,5 @@ jobs:
echo "Get the gh-pages branch"
git fetch origin gh-pages
echo "Build and deploy the doc on $TAG_OR_BRANCH_NAME"
mike deploy --push --force stable
mike deploy --push --force "${{ inputs.release-version }}"
echo "Build and deploy the doc on ${{ inputs.release-version }}"
mike deploy --push --force ${{ inputs.release-version }} stable

0 comments on commit 6f4ee79

Please sign in to comment.