Skip to content

Commit bf2e2de

Browse files
committed
fix
1 parent 30857d4 commit bf2e2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_dev_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
git config user.name 'github-actions[bot]'
3535
git config user.email 'github-actions[bot]@users.noreply.github.com'
3636
- name: Build Docs Website
37-
run: uv run mike deploy --push develop
37+
run: uv run mike deploy --push main
3838

3939
deploy:
4040
needs: build

0 commit comments

Comments
 (0)