Skip to content

Commit fae99d2

Browse files
committed
Whoopsie.
1 parent 2ec716c commit fae99d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
python-version: 3.8
2020
- name: Setup Git & Install dependencies
2121
run: |
22+
git config --global user.email "e.urunuela@bcbl.eu"
23+
git config --global user.name "eurunuela"
2224
python -m pip install --upgrade pip
2325
pip install -r mkdocs/requirements.txt
2426
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)