get rid of quote again

This commit is contained in:
Ken
2019-02-25 20:52:53 -08:00
parent 8b3efdcd77
commit 73f5cb8b19

View File

@@ -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'