From d852b5b95d746ddad8f985ec614b9613b0245e99 Mon Sep 17 00:00:00 2001 From: Yibei Chen Date: Tue, 11 Oct 2022 18:16:06 -0700 Subject: [PATCH] add git credentials add git credentials for datalad to work --- .github/workflows/gh-pages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0e219ed..3093ecf 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -23,6 +23,10 @@ jobs: - run: conda info - run: conda list - run: conda config --show + - name: Set git credentials + run: | + git config --global user.name "fake user" + git config --global user.email "fake@email" - name: Install dependencies run: pip install jupyter-book - name: Build JupyterBook