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 1d0d10a commit 6997411Copy full SHA for 6997411
.github/workflows/docs-build-push.yml
@@ -64,6 +64,8 @@ jobs:
64
doc_type: "hugo"
65
environment: ${{ inputs.environment }}
66
force_hugo_theme_version: ${{ inputs.hugo_theme_override }}
67
+ auto_deploy_branch: "release-1.5"
68
+ auto_deploy_env: "prod"
69
secrets:
70
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS_DOCS }}
71
AZURE_KEY_VAULT: ${{ secrets.AZURE_KEY_VAULT_DOCS }}
0 commit comments