diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 11f38990b..948d7b280 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -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"