Fix lingering site reference (#5114)

This commit is contained in:
Charlie Marsh 2024-07-16 13:00:50 -04:00 committed by GitHub
parent e51ae191cd
commit 74ae910ec0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"