Skip to content

Commit 78f5801

Browse files
authored
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

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
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 "[email protected].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)