From e9dbc32fc58a908ff6d563083f65a0c31ee5fe25 Mon Sep 17 00:00:00 2001 From: Ken Date: Mon, 25 Feb 2019 20:55:51 -0800 Subject: [PATCH] gh-pages refs --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 47bf220..ce90c4b 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`:refs/heads/gh-pages --force displayName: 'npm install, build and push docs to gh-pages'