mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-01 14:31:12 +00:00
Fix lingering site reference (#5114)
This commit is contained in:
parent
e51ae191cd
commit
74ae910ec0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
|||
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
|
||||
|
||||
git checkout -b $branch_name
|
||||
git add docs/uv
|
||||
git add site/uv
|
||||
git commit -m "Update uv documentation for $version"
|
||||
|
||||
- name: "Create Pull Request"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue