Skip to content

Commit

Permalink
fixing up deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Sep 28, 2023
1 parent c6b5890 commit e83392a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GOOGLE_ANALYTICS_KEY: ${{ secrets.GOOGLE_ANALYTICS_KEY }}
run: |
pdm run mike deploy --force --push --update-aliases latest -F ${GITHUB_WORKSPACE}/docs/mkdocs.yml
pdm run mike set-default --push latest -F ${GITHUB_WORKSPACE}/docs/mkdocs.yml
pdm run mike deploy --force --push -F ${GITHUB_WORKSPACE}/docs/mkdocs.yml latest
pdm run mike set-default --push -F ${GITHUB_WORKSPACE}/docs/mkdocs.yml latest

0 comments on commit e83392a

Please sign in to comment.