From 2336b98622aabdaa201f5e9e79d03621b9cfbc19 Mon Sep 17 00:00:00 2001 From: Paulo Date: Tue, 15 Jun 2021 13:57:09 -0300 Subject: [PATCH] misc: Remove docs build from azure pipelines --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2fe5abfe8..9aa0e5788 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,4 +39,3 @@ jobs: steps: - template: azure/build.yml - template: azure/deploy.yml - - template: azure/docs.yml