Skip to content

Commit

Permalink
deploy docs for release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Nov 21, 2024
1 parent 9a1df7a commit 6a7a503
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 @@ -18,6 +18,12 @@ on:
paths:
- "site/**"

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

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

0 comments on commit 6a7a503

Please sign in to comment.