Skip to content
Prev Previous commit
Next Next commit
remove git commands
  • Loading branch information
rrichaz committed Apr 20, 2022
commit 266e883988aa6eab65ec1fa43b41de993fe0a5cf
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install mkdocs-material
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
# git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'

- name: Check
run: |
Expand Down