Skip to content

Commit df57bfe

Browse files
authored
allow gh-pages to be invoked from another workflow (#78)
1 parent 55d57f9 commit df57bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages-static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
push:
77
branches: ["gh-pages"]
88

9-
# Allows you to run this workflow manually from the Actions tab
10-
workflow_dispatch:
9+
# Enable it to be invoked from other workflows
10+
workflow_call:
1111

1212
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1313
permissions:

0 commit comments

Comments
 (0)