Skip to content

Commit 8f8a498

Browse files
authored
Update build-jekyll.yml
Allow build-jekyll to be called from other workflows
1 parent c04b3d8 commit 8f8a498

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-jekyll.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: "Jekyll build"
33
on:
44
pull_request:
55
workflow_dispatch:
6+
workflow_call: # Allows this workflow to be called by others, e.g. deploy-jekyll.yml
67

78
jobs:
89
# Build job

0 commit comments

Comments
 (0)