From ecbf5bbbd4a150425962743979eb33cc3eedc497 Mon Sep 17 00:00:00 2001 From: ekkelenk Date: Wed, 13 Dec 2023 08:07:18 +0100 Subject: [PATCH] azure devops deployments and documentation. set output location. --- docs/public/deployments/azure/azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/public/deployments/azure/azure-pipelines.yml b/docs/public/deployments/azure/azure-pipelines.yml index 2d9d7fdaa..115ae45f8 100644 --- a/docs/public/deployments/azure/azure-pipelines.yml +++ b/docs/public/deployments/azure/azure-pipelines.yml @@ -47,8 +47,9 @@ steps: displayName: 'npm install and build of Web Operator Client' - task: AzureStaticWebApp@0 inputs: - app_location: '/app' + app_location: '' api_location: '' + output_location: 'app' skip_app_build: 'true' verbose: 'true' azure_static_web_apps_api_token: $(deployment_token)