We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04b3d8 commit 8f8a498Copy full SHA for 8f8a498
1 file changed
.github/workflows/build-jekyll.yml
@@ -3,6 +3,7 @@ name: "Jekyll build"
3
on:
4
pull_request:
5
workflow_dispatch:
6
+ workflow_call: # Allows this workflow to be called by others, e.g. deploy-jekyll.yml
7
8
jobs:
9
# Build job
0 commit comments