Skip to content

Commit d852b5b

Browse files
authored
add git credentials
add git credentials for datalad to work
1 parent c918a4a commit d852b5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
- run: conda info
2424
- run: conda list
2525
- 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"
2630
- name: Install dependencies
2731
run: pip install jupyter-book
2832
- name: Build JupyterBook

0 commit comments

Comments
 (0)