We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866df23 commit 75c3bbfCopy full SHA for 75c3bbf
.github/workflows/update-documentation.yml
@@ -98,6 +98,8 @@ jobs:
98
delete-branch: true
99
branch: api-docs-${{ inputs.version }}-${{ matrix.language }}
100
base: gh-pages
101
+ add-paths: |
102
+ docs/api/${{ matrix.language }}/**
103
title: Update documentation for Selenium ${{ inputs.version }} (${{ matrix.language }})
104
body: |
105
This PR updates the API documentation for **${{ matrix.language }}** language bindings to version **${{ inputs.version }}**.
0 commit comments