From bf3c43321cf903105393011fc8adf199b3bca33d Mon Sep 17 00:00:00 2001 From: Hans <11695964+hupling@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:27:21 +0200 Subject: [PATCH] Update deploy-docs.yml --- .github/workflows/deploy-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 975b6a8..bde95f0 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -9,6 +9,7 @@ on: branches: [main] paths: - "docs/**" + - ".github/workflows/**" # define the concrete paths on which a change triggers this action, e.g. backend/** # Allows you to run this workflow manually from the Actions tab workflow_dispatch: