There was an error while loading. Please reload this page.
1 parent b95b66f commit 32f907aCopy full SHA for 32f907a
1 file changed
.github/workflows/build.yml
@@ -32,6 +32,8 @@ jobs:
32
# Build the book
33
- name: Build the book
34
run: |
35
+ git config --global user.email ${{ secrets.CONFIG_EMAIL }}
36
+ git config --global user.name ${{ secrets.CONFIG_NAME }}
37
jupyter-book build .
38
39
# Push the book's HTML to github-pages
0 commit comments