From 5af8edb9552280f33fd042f7685e6386f0704238 Mon Sep 17 00:00:00 2001 From: Nicolas MASSART Date: Tue, 17 May 2022 17:52:30 +0200 Subject: [PATCH] change to test RTD webhook (#362) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c81f99db..df16db59f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,7 @@ commands: jobs: # Build the doc with MkDocs. This is just to test the build works. No artifact is published from # this job as Readthedocs.com performs this task itself when triggered by Github webhook. - ## see https://readthedocs.com/dashboard/pegasys-teku/integrations/ + # see https://readthedocs.com/dashboard/pegasys-teku/integrations/ build: executor: python_executor steps: