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 2ec716c commit fae99d2Copy full SHA for fae99d2
.github/workflows/deploy.yml
@@ -19,6 +19,8 @@ jobs:
19
python-version: 3.8
20
- name: Setup Git & Install dependencies
21
run: |
22
+ git config --global user.email "[email protected]"
23
+ git config --global user.name "eurunuela"
24
python -m pip install --upgrade pip
25
pip install -r mkdocs/requirements.txt
26
- uses: actions/checkout@v2
0 commit comments