From 9859b4a3d91a50100ceb19068f29473cd4c4b438 Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 28 Dec 2021 17:37:30 -0600 Subject: [PATCH] force it --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8df9eb651..97efe7f01 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -854,7 +854,7 @@ stages: git checkout -b api-docs git add . git commit -m 'Automated API Docs update' - git push --set-upstream origin api-docs + git push -f --set-upstream origin api-docs displayName: Commit API Doc Change - task: CreatePullRequest@1 displayName: PR Change to Github