mirror of https://github.com/astral-sh/uv
Fix lingering site reference (#5114)
This commit is contained in:
parent
e51ae191cd
commit
74ae910ec0
|
|
@ -98,7 +98,7 @@ jobs:
|
||||||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||||
|
|
||||||
git checkout -b $branch_name
|
git checkout -b $branch_name
|
||||||
git add docs/uv
|
git add site/uv
|
||||||
git commit -m "Update uv documentation for $version"
|
git commit -m "Update uv documentation for $version"
|
||||||
|
|
||||||
- name: "Create Pull Request"
|
- name: "Create Pull Request"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue