Skip to content

Commit

Permalink
removing force deploy. (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Sep 5, 2023
1 parent 4274253 commit a6b0d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
pdm run mike deploy --force --push --update-aliases ${RELEASE_TAG_VERSION} latest -F ${GITHUB_WORKSPACE}/docs/mkdocs.yml
pdm run mike deploy --push --update-aliases ${RELEASE_TAG_VERSION} latest -F ${GITHUB_WORKSPACE}/docs/mkdocs.yml
pdm run mike set-default --push latest -F ${GITHUB_WORKSPACE}/docs/mkdocs.yml

0 comments on commit a6b0d30

Please sign in to comment.