From ece2f7bab4ad64a10e5d6c901d5b08b13cbf1431 Mon Sep 17 00:00:00 2001 From: Felipe Zipitria Date: Sat, 24 Feb 2024 20:05:17 -0300 Subject: [PATCH] feat: add repository_dispatch event Signed-off-by: Felipe Zipitria --- .github/workflows/gh-pages.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5fa9537..8962054 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -10,6 +10,11 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + name: Receiver + + repository_dispatch: + types: [documentation] + # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read