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.
2 parents c918a4a + d852b5b commit 95cae5aCopy full SHA for 95cae5a
.github/workflows/gh-pages.yml
@@ -23,6 +23,10 @@ jobs:
23
- run: conda info
24
- run: conda list
25
- run: conda config --show
26
+ - name: Set git credentials
27
+ run: |
28
+ git config --global user.name "fake user"
29
+ git config --global user.email "fake@email"
30
- name: Install dependencies
31
run: pip install jupyter-book
32
- name: Build JupyterBook
0 commit comments