Skip to content

Commit

Permalink
allow gh-pages to be invoked from another workflow (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Oct 2, 2024
1 parent 55d57f9 commit df57bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
push:
branches: ["gh-pages"]

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

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit df57bfe

Please sign in to comment.