Skip to content

Commit 50eb48b

Browse files
authored
Update deploy-site.sh
1 parent 181ed53 commit 50eb48b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-site.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ git add -A
5757
# now commit, ignoring branch master doesn't seem to work, so trying skip
5858
git commit --allow-empty -m "Deploy to GitHub Pages on master [ci skip]"
5959
# 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
60+
git push --force --quiet https://$GITHUB_TOKEN@github.com/pytorch/pytorch.github.io.git master
6161
# go back to where we started and remove the master git repo we made and used
6262
# for deployment
6363
cd ..

0 commit comments

Comments
 (0)