Skip to content

Commit 266e883

Browse files
committed
remove git commands
1 parent 2d69ce6 commit 266e883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
python -m pip install --upgrade pip
5050
pip install mkdocs-material
51-
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
51+
# git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
5252

5353
- name: Check
5454
run: |

0 commit comments

Comments
 (0)