Skip to content

Commit

Permalink
Enable auto-deployment of docs in release 1.4 branch (#2597)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjberman authored Sep 24, 2024
1 parent e51d7fb commit 76e882e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
paths:
- "site/**"

push:
branches:
- release-1.4

concurrency:
group: ${{ github.ref_name }}-docs-push
cancel-in-progress: true
Expand Down Expand Up @@ -52,6 +56,8 @@ jobs:
docs_build_path: "./site"
doc_type: "hugo"
environment: ${{ inputs.environment }}
auto_deploy_branch: "release-1.4"
auto_deploy_env: "prod"
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS_DOCS }}
AZURE_KEY_VAULT: ${{ secrets.AZURE_KEY_VAULT_DOCS }}

0 comments on commit 76e882e

Please sign in to comment.