Skip to content

Commit

Permalink
fixing action
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Sep 28, 2023
1 parent a60fb8e commit a8e12ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
git fetch origin gh-pages --depth=1
pdm run mike deploy --rebase --push-F ${GITHUB_WORKSPACE}/docs/mkdocs.yml --update-aliases latest ${RELEASE_TAG_VERSION}
pdm run mike deploy --rebase --push -F ${GITHUB_WORKSPACE}/docs/mkdocs.yml --update-aliases latest ${RELEASE_TAG_VERSION}
pdm run mike set-default --rebase --push -F ${GITHUB_WORKSPACE}/docs/mkdocs.yml latest

0 comments on commit a8e12ab

Please sign in to comment.