Skip to content

Commit 32f907a

Browse files
committed
Update build.yml
1 parent b95b66f commit 32f907a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
# Build the book
3333
- name: Build the book
3434
run: |
35+
git config --global user.email ${{ secrets.CONFIG_EMAIL }}
36+
git config --global user.name ${{ secrets.CONFIG_NAME }}
3537
jupyter-book build .
3638
3739
# Push the book's HTML to github-pages

0 commit comments

Comments
 (0)