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 830bc8f commit 3fa33b7Copy full SHA for 3fa33b7
.github/workflows/update-documentation.yml
@@ -19,6 +19,11 @@ on:
19
- dotnet
20
- node
21
- all
22
+ force:
23
+ description: Force generation even if version is nightly, type "force" to enable
24
+ required: false
25
+ type: string
26
+ default: ""
27
28
workflow_call:
29
inputs:
@@ -74,7 +79,7 @@ jobs:
74
79
npm install
75
80
npm install --prefix javascript/selenium-webdriver
76
81
- name: Generate Documentation for selected langauges
77
- run: ./go ${{ inputs.language }}:docs
82
+ run: ./go ${{ inputs.language }}:docs ${{ inputs.force }}
78
83
- name: Documentation Pull Request
84
id: cpr
85
uses: peter-evans/create-pull-request@v6
0 commit comments