diff --git a/.github/workflows/docusaurus.yml b/.github/workflows/docusaurus.yml index 723744bac8..642d675c41 100644 --- a/.github/workflows/docusaurus.yml +++ b/.github/workflows/docusaurus.yml @@ -5,8 +5,9 @@ on: branches: - main paths: - - "docs/**" - "api/*" + - "cli/cmd/*" + - "docs/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: