Skip to content

Commit 75c3bbf

Browse files
committed
[build] update docs workflow should only commit the changes in the applicable directory
1 parent 866df23 commit 75c3bbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
delete-branch: true
9999
branch: api-docs-${{ inputs.version }}-${{ matrix.language }}
100100
base: gh-pages
101+
add-paths: |
102+
docs/api/${{ matrix.language }}/**
101103
title: Update documentation for Selenium ${{ inputs.version }} (${{ matrix.language }})
102104
body: |
103105
This PR updates the API documentation for **${{ matrix.language }}** language bindings to version **${{ inputs.version }}**.

0 commit comments

Comments
 (0)