We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bad78a commit 324b14eCopy full SHA for 324b14e
.github/workflows/docs.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Sync
18
run: uv sync
19
- name: Deploy
20
- run: mike deploy ${{ github.ref_name }} latest --push
+ run: uv run mike deploy ${{ github.ref_name }} latest --push
21
env:
22
GIT_COMMITTER_NAME: ci-bot
23
GIT_COMMITTER_EMAIL: [email protected]
0 commit comments