Unverified Commit 80c97e6a authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

[Doc] force https push by adding a https remote (#1100)

parent 3616961b
......@@ -31,4 +31,5 @@ git config user.email "soumith+bot@pytorch.org"
git config user.name "pytorchbot"
# If there aren't changes, don't make a commit; push is no-op
git commit -m "auto-generating sphinx docs" || true
git push -u origin gh-pages
git remote add https https://github.com/pytorch/audio.git
git push -u https gh-pages
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment