Skip to content

Commit ae49fab

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +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 }}
35+
git config user.email ${{ secrets.CONFIG_EMAIL }}
36+
git config user.name ${{ secrets.CONFIG_NAME }}
3737
jupyter-book build .
3838
3939
# Push the book's HTML to github-pages

0 commit comments

Comments
 (0)