Skip to content

Commit

Permalink
Rebuild documentation when CLI changes. (mlcommons#320)
Browse files Browse the repository at this point in the history
Since web documentation for CLI is generated automatically by the `mkdocs-click`, it needs to be triggered when CLI changes. This commit adds new paths to monitor for changes in order to trigger one of GitHub actions to build and redeploy the documentation pages.
  • Loading branch information
sergey-serebryakov authored Jul 25, 2023
1 parent 4b9b155 commit be6832e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- '.github/workflows/docs-site.yml'
- 'docs/**'
- 'mkdocs.yml'
- 'mlcube/mlcube/__main__.py'
- 'mlcube/mlcube/cli.py'

jobs:
docs:
Expand Down

0 comments on commit be6832e

Please sign in to comment.