Skip to content

Commit

Permalink
Add workflow_call to deploy_docs workflow to be called from another w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
ozangunalp committed Dec 16, 2024
1 parent 1c4122a commit 8b8aff4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ run-name: Deploy ${{github.event.inputs.version || github.ref_name}} Docs

on:
workflow_dispatch:
workflow_call:
inputs:
version:
description: 'Release version'
type: string

jobs:
deploy-docs:
Expand Down

0 comments on commit 8b8aff4

Please sign in to comment.