From 785b4b68fb0df8cb933a911282bda02da2dcf72e Mon Sep 17 00:00:00 2001 From: quin lynch Date: Sun, 17 Oct 2021 10:55:25 -0300 Subject: [PATCH] Remove docs from pipeline --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3d880af70..5bbe17e4d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,4 +40,3 @@ jobs: steps: - template: azure/build.yml - template: azure/deploy.yml - - template: azure/docs.yml