We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08ee54 commit 0c845c2Copy full SHA for 0c845c2
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
python3 utils/genIndex.py
23
- name: git config
24
run: |
25
- git config --global user.name "heqin-zhu"
+ git config --global user.name "mbinary"
26
git config --global user.email "[email protected]"
27
- name: generate pages and push to gh-pages branch
28
env:
0 commit comments