Skip to content

Commit

Permalink
Deploy docs for release 1.5.0 (nginxinc#2800)
Browse files Browse the repository at this point in the history
Deploy docs for release 1.5.0
  • Loading branch information
salonichf5 authored Nov 21, 2024
1 parent 9a1df7a commit b6954cb
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 b6954cb

Please sign in to comment.