Skip to content

Commit

Permalink
add cli cmd folder to trigger docusaurus workflow (#2253)
Browse files Browse the repository at this point in the history
* make docusaurus pipeline run when there's a change in the CLI

* fix cli path
  • Loading branch information
mathnogueira committed Mar 27, 2023
1 parent c2a4108 commit 7c0f292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docusaurus.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 7c0f292

Please sign in to comment.