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 2d69ce6 commit 266e883Copy full SHA for 266e883
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
python -m pip install --upgrade pip
50
pip install mkdocs-material
51
- 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'
52
53
- name: Check
54
0 commit comments