From 8b3efdcd7783c791268b8c8ddc4767165fa65704 Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 25 Feb 2019 20:47:14 -0800 Subject: [PATCH] backtick escaping --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 47bf220..3df5785 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,5 +25,5 @@ steps: npm run build git add docs/ git commit -m "adding docs" - git push origin `git subtree split --prefix docs master`:gh-pages --force + "git push origin `git subtree split --prefix docs master`:gh-pages --force" displayName: 'npm install, build and push docs to gh-pages'