Skip to content

Commit

Permalink
remove auto-publish step from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Dec 6, 2024
1 parent 1937bf3 commit 09a87f4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/docs-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@ on:
required: false
default: ''
type: string
workflow_call:
inputs:
environment:
description: "Environment to deploy to"
required: true
type: string
pull_request:
branches:
- "*"
paths:
- "site/**"
push:
branches:
- "release-3.7"

permissions:
contents: read
Expand All @@ -43,8 +46,6 @@ jobs:
doc_type: "hugo"
environment: ${{ inputs.environment }}
force_hugo_theme_version: ${{inputs.hugo_theme_override}}
auto_deploy_branch: "release-3.7"
auto_deploy_env: "prod"
secrets:
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS_DOCS }}
AZURE_KEY_VAULT: ${{ secrets.AZURE_KEY_VAULT_DOCS }}

0 comments on commit 09a87f4

Please sign in to comment.