There was an error while loading. Please reload this page.
1 parent 7b61d94 commit 018b83dCopy full SHA for 018b83d
.github/workflows/deploy_dev_docs.yml
@@ -32,4 +32,4 @@ jobs:
32
git config user.name 'github-actions[bot]'
33
git config user.email 'github-actions[bot]@users.noreply.github.com'
34
- name: Build Docs Website
35
- run: uv run mike deploy --push develop
+ run: uv mike deploy --push develop
.github/workflows/deploy_release_docs.yml
@@ -30,4 +30,4 @@ jobs:
30
31
- run: uv run mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
+ run: uv mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
0 commit comments