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 40c6c5b commit e164093Copy full SHA for e164093
.github/workflows/update-documentation.yml
@@ -99,7 +99,7 @@ jobs:
99
branch: api-docs-${{ inputs.version }}-${{ matrix.language }}
100
base: gh-pages
101
add-paths: |
102
- docs/api/${{ matrix.language }}/**
+ ${{ matrix.language == 'node' && 'docs/api/javascript/**' || format('docs/api/{0}/**', 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