From a530e1f1f212332468f79d20b72eb49e3ffbdf58 Mon Sep 17 00:00:00 2001 From: mattip Date: Wed, 23 Dec 2020 12:11:35 +0200 Subject: [PATCH] DOC: fix typo --- .circleci/build_docs/commit_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/build_docs/commit_docs.sh b/.circleci/build_docs/commit_docs.sh index 42fb43bec9..a1b4b05297 100755 --- a/.circleci/build_docs/commit_docs.sh +++ b/.circleci/build_docs/commit_docs.sh @@ -31,5 +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 remote add https https://github.com/pytorch/audio.git +git remote add https https://github.com/pytorch/text.git git push -u https gh-pages