We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f907a commit ae49fabCopy full SHA for ae49fab
.github/workflows/build.yml
@@ -32,8 +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 }}
+ git config user.email ${{ secrets.CONFIG_EMAIL }}
+ git config user.name ${{ secrets.CONFIG_NAME }}
37
jupyter-book build .
38
39
# Push the book's HTML to github-pages
0 commit comments