Skip to content

Commit

Permalink
Enable auto-deploy in docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bjee19 committed Jan 15, 2025
1 parent b9aac16 commit 85533c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docs-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ on:
paths:
- "site/**"

push:
branches:
- release-1.6
paths:
- "site/**"

concurrency:
group: ${{ github.ref_name }}-docs-push
cancel-in-progress: true
Expand Down Expand Up @@ -58,6 +64,8 @@ jobs:
doc_type: "hugo"
environment: ${{ inputs.environment }}
force_hugo_theme_version: ${{ inputs.hugo_theme_override }}
auto_deploy_branch: "release-1.6"
auto_deploy_env: "prod"
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS_DOCS }}
AZURE_KEY_VAULT: ${{ secrets.AZURE_KEY_VAULT_DOCS }}

0 comments on commit 85533c2

Please sign in to comment.