Skip to content

Commit 64a5d43

Browse files
committed
Update deploy-site.sh
1 parent f710cae commit 64a5d43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/deploy-site.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ 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+
echo "$PYTORCHBOT_TOKEN"
61+
echo "$CIRCLECI_PUBLISH_TOKEN"
6062
git push --force --quiet https://pytorchbot:$PYTORCHBOT_TOKEN@github.com/pytorch/pytorch.github.io.git master
6163
# go back to where we started and remove the master git repo we made and used
6264
# for deployment

0 commit comments

Comments
 (0)