Skip to content

Commit e164093

Browse files
committed
[build] node documentation is in the javascript directory
1 parent 40c6c5b commit e164093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
branch: api-docs-${{ inputs.version }}-${{ matrix.language }}
100100
base: gh-pages
101101
add-paths: |
102-
docs/api/${{ matrix.language }}/**
102+
${{ matrix.language == 'node' && 'docs/api/javascript/**' || format('docs/api/{0}/**', matrix.language) }}
103103
title: Update documentation for Selenium ${{ inputs.version }} (${{ matrix.language }})
104104
body: |
105105
This PR updates the API documentation for **${{ matrix.language }}** language bindings to version **${{ inputs.version }}**.

0 commit comments

Comments
 (0)