From afbcc3ec1650aa7ac4ecb0a417c7109c7448bc35 Mon Sep 17 00:00:00 2001 From: David Grove Date: Wed, 2 Oct 2024 14:29:55 -0400 Subject: [PATCH] allow gh-pages to be invoked from another workflow --- .github/workflows/gh-pages-static.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages-static.yml b/.github/workflows/gh-pages-static.yml index b9c9160..c8c0eeb 100644 --- a/.github/workflows/gh-pages-static.yml +++ b/.github/workflows/gh-pages-static.yml @@ -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: