Skip to content

Commit

Permalink
adding explicit path.
Browse files Browse the repository at this point in the history
  • Loading branch information
weinbe58 committed Sep 4, 2023
1 parent 622ea7f commit 1a84e1a
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 @@ -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 docs/mkdocs.yml
pdm run mike set-default --push latest
pdm run mike deploy --force --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 1a84e1a

Please sign in to comment.