Skip to content

Commit 018b83d

Browse files
committed
fix: mike command
1 parent 7b61d94 commit 018b83d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy_dev_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
git config user.name 'github-actions[bot]'
3333
git config user.email 'github-actions[bot]@users.noreply.github.com'
3434
- name: Build Docs Website
35-
run: uv run mike deploy --push develop
35+
run: uv mike deploy --push develop

.github/workflows/deploy_release_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
git config user.name 'github-actions[bot]'
3131
git config user.email 'github-actions[bot]@users.noreply.github.com'
3232
- name: Build Docs Website
33-
run: uv run mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
33+
run: uv mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest

0 commit comments

Comments
 (0)