Skip to content

Commit b283177

Browse files
authored
Deploy docs for release 1.6.0 (#3022)
Deploy docs for release 1.6.0
1 parent b9aac16 commit b283177

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/docs-build-push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ on:
2323
paths:
2424
- "site/**"
2525

26+
push:
27+
branches:
28+
- release-1.6
29+
paths:
30+
- "site/**"
31+
2632
concurrency:
2733
group: ${{ github.ref_name }}-docs-push
2834
cancel-in-progress: true
@@ -58,6 +64,8 @@ jobs:
5864
doc_type: "hugo"
5965
environment: ${{ inputs.environment }}
6066
force_hugo_theme_version: ${{ inputs.hugo_theme_override }}
67+
auto_deploy_branch: "release-1.6"
68+
auto_deploy_env: "prod"
6169
secrets:
6270
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS_DOCS }}
6371
AZURE_KEY_VAULT: ${{ secrets.AZURE_KEY_VAULT_DOCS }}

0 commit comments

Comments
 (0)