gh-pages refs

This commit is contained in:
Ken
2019-02-25 20:55:51 -08:00
parent 73f5cb8b19
commit e9dbc32fc5

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`:refs/heads/gh-pages --force
displayName: 'npm install, build and push docs to gh-pages'