mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-07-12 15:18:34 +08:00
backtick escaping
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user