Skip to content

Commit 8b8aff4

Browse files
committed
Add workflow_call to deploy_docs workflow to be called from another workflow
1 parent 1c4122a commit 8b8aff4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push-deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ run-name: Deploy ${{github.event.inputs.version || github.ref_name}} Docs
33

44
on:
55
workflow_dispatch:
6+
workflow_call:
67
inputs:
78
version:
89
description: 'Release version'
10+
type: string
911

1012
jobs:
1113
deploy-docs:

0 commit comments

Comments
 (0)