Skip to content

Commit 6997411

Browse files
committed
feat: Re-add automatic documentation deploy arguments
1 parent 1d0d10a commit 6997411

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
doc_type: "hugo"
6565
environment: ${{ inputs.environment }}
6666
force_hugo_theme_version: ${{ inputs.hugo_theme_override }}
67+
auto_deploy_branch: "release-1.5"
68+
auto_deploy_env: "prod"
6769
secrets:
6870
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS_DOCS }}
6971
AZURE_KEY_VAULT: ${{ secrets.AZURE_KEY_VAULT_DOCS }}

0 commit comments

Comments
 (0)