We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d57f9 commit df57bfeCopy full SHA for df57bfe
.github/workflows/gh-pages-static.yml
@@ -6,8 +6,8 @@ on:
6
push:
7
branches: ["gh-pages"]
8
9
- # Allows you to run this workflow manually from the Actions tab
10
- workflow_dispatch:
+ # Enable it to be invoked from other workflows
+ workflow_call:
11
12
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13
permissions:
0 commit comments