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 4473ad9 commit e327c3dCopy full SHA for e327c3d
.github/workflows/build.yml
@@ -35,6 +35,11 @@ on:
35
required: false
36
default: false
37
type: boolean
38
+ push-to-docs:
39
+ description: 'Push docs to internal GCP'
40
+ required: false
41
+ default: false
42
+ type: boolean
43
version:
44
description: 'Version'
45
@@ -152,7 +157,7 @@ jobs:
152
157
153
158
upload-docs:
154
159
name: Upload docs
155
- if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
160
+ if: ${{ github.event.inputs.push-to-docs == 'true' }}
156
161
permissions:
162
id-token: write
163
contents: read
0 commit comments