test(circleci): Ensure make docs is always run (#15140)

This commit is contained in:
Joshua Powers 2024-04-12 13:32:11 -06:00 committed by GitHub
parent 80891a6413
commit 8d8ee533ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -93,8 +93,8 @@ jobs:
executor: telegraf-ci
steps:
- checkout
- check-changed-files-or-halt
- run: ./scripts/make_docs.sh
- check-changed-files-or-halt
- run: 'make deps'
- run: 'make tidy'
- run: 'make check'