We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181ed53 commit 50eb48bCopy full SHA for 50eb48b
scripts/deploy-site.sh
@@ -57,7 +57,7 @@ git add -A
57
# now commit, ignoring branch master doesn't seem to work, so trying skip
58
git commit --allow-empty -m "Deploy to GitHub Pages on master [ci skip]"
59
# and push, but send any output to /dev/null to hide anything sensitive
60
-git push --force --quiet https://facebook-circleci-bot:$CIRCLECI_PUBLISH_TOKEN@github.com/pytorch/pytorch.github.io.git master
+git push --force --quiet https://$GITHUB_TOKEN@github.com/pytorch/pytorch.github.io.git master
61
# go back to where we started and remove the master git repo we made and used
62
# for deployment
63
cd ..
0 commit comments