From cafc8574a57e5394dc2c310763087417170685e6 Mon Sep 17 00:00:00 2001 From: Angelo Rodrigues Date: Mon, 21 Jul 2025 13:57:10 -0400 Subject: [PATCH] allow build to be called from another action --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 8104cc4..b47dadb 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -4,7 +4,7 @@ on: push: branches: - main - + workflow_call: workflow_dispatch: permissions: contents: read -- 2.25.1