We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c935b commit 78f5801Copy full SHA for 78f5801
.github/workflows/build.yml
@@ -1,6 +1,7 @@
1
name: Build
2
3
on:
4
+ pull_request:
5
push:
6
branches:
7
- site
@@ -33,8 +34,8 @@ jobs:
33
34
sudo apt update && sudo apt install python3-pip && sudo -H pip3 install pyrsistent==0.16 notedown pyyaml -Iv nbformat==5.7
35
36
## Configure Bot
- git config --global user.email "facebook-circleci-bot@users.noreply.github.com"
37
- git config --global user.name "Website Deployment Script"
+ git config --global user.email "pytorchbot@pytorch.com"
38
+ git config --global user.name "pytorchbot"
39
40
## Build Jekyll site and push to master
41
./scripts/deploy-site.sh build
0 commit comments