diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2f714c52e..7bc634ed4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -42,7 +42,7 @@ jobs: uses: peter-evans/create-pull-request@v6 with: branch: update-docs - base: autogenerate-docs + base: main title: 'Update Documentation' body: 'This PR updates the documentation with the latest changes.' labels: 'documentation'