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 9a1df7a commit b6954cbCopy full SHA for b6954cb
.github/workflows/docs-build-push.yml
@@ -18,6 +18,12 @@ on:
18
paths:
19
- "site/**"
20
21
+ push:
22
+ branches:
23
+ - release-1.5
24
+ paths:
25
+ - "site/**"
26
+
27
concurrency:
28
group: ${{ github.ref_name }}-docs-push
29
cancel-in-progress: true
@@ -52,6 +58,8 @@ jobs:
52
58
docs_build_path: "./site"
53
59
doc_type: "hugo"
54
60
environment: ${{ inputs.environment }}
61
+ auto_deploy_branch: "release-1.5"
62
+ auto_deploy_env: "prod"
55
63
secrets:
56
64
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS_DOCS }}
57
65
AZURE_KEY_VAULT: ${{ secrets.AZURE_KEY_VAULT_DOCS }}
0 commit comments