Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
80c97e6a
Unverified
Commit
80c97e6a
authored
Dec 17, 2020
by
Matti Picus
Committed by
GitHub
Dec 17, 2020
Browse files
[Doc] force https push by adding a https remote (#1100)
parent
3616961b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.circleci/build_docs/commit_docs.sh
.circleci/build_docs/commit_docs.sh
+2
-1
No files found.
.circleci/build_docs/commit_docs.sh
View file @
80c97e6a
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment