From 8d8ee533cefbca46c5523981ddab87581290111f Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Fri, 12 Apr 2024 13:32:11 -0600 Subject: [PATCH] test(circleci): Ensure make docs is always run (#15140) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bd9f6b529..4ce17a6f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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'