test(circleci): Ensure make docs is always run (#15140)
This commit is contained in:
parent
80891a6413
commit
8d8ee533ce
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue