Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Add pdm run to mike execution command
Browse files Browse the repository at this point in the history
  • Loading branch information
davidberenstein1957 committed Apr 9, 2024
1 parent 1e125ce commit 0d00016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
- run: mike deploy dev --push
- run: pdm run mike deploy dev --push
if: github.ref == 'refs/heads/main'
- run: mike deploy ${{ github.ref_name }} latest --update-aliases --push
- run: pdm run mike deploy ${{ github.ref_name }} latest --update-aliases --push
if: startsWith(github.ref, 'refs/tags/')

0 comments on commit 0d00016

Please sign in to comment.