Skip to content

Commit 78f5801

Browse files
authoredAug 11, 2023
Try Fixing GHA creds
1 parent 66c935b commit 78f5801

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

Diff for: ‎.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build
22

33
on:
4+
pull_request:
45
push:
56
branches:
67
- site
@@ -33,8 +34,8 @@ jobs:
3334
sudo apt update && sudo apt install python3-pip && sudo -H pip3 install pyrsistent==0.16 notedown pyyaml -Iv nbformat==5.7
3435
3536
## Configure Bot
36-
git config --global user.email "facebook-circleci-bot@users.noreply.github.com"
37-
git config --global user.name "Website Deployment Script"
37+
git config --global user.email "pytorchbot@pytorch.com"
38+
git config --global user.name "pytorchbot"
3839
3940
## Build Jekyll site and push to master
4041
./scripts/deploy-site.sh build

0 commit comments

Comments
 (0)