Skip to content

Commit 3fa33b7

Browse files
committed
Generating docs even if it is nightly
[skip ci]
1 parent 830bc8f commit 3fa33b7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/update-documentation.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ on:
1919
- dotnet
2020
- node
2121
- all
22+
force:
23+
description: Force generation even if version is nightly, type "force" to enable
24+
required: false
25+
type: string
26+
default: ""
2227

2328
workflow_call:
2429
inputs:
@@ -74,7 +79,7 @@ jobs:
7479
npm install
7580
npm install --prefix javascript/selenium-webdriver
7681
- name: Generate Documentation for selected langauges
77-
run: ./go ${{ inputs.language }}:docs
82+
run: ./go ${{ inputs.language }}:docs ${{ inputs.force }}
7883
- name: Documentation Pull Request
7984
id: cpr
8085
uses: peter-evans/create-pull-request@v6

0 commit comments

Comments
 (0)