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: