Skip to content

Commit d08ee54

Browse files
authored
Update build.yml
1 parent 850ffd6 commit d08ee54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-python@v1
1313
with:
14-
python-version: 3.6
14+
python-version: 3.10.14
1515
- name: install python modules
1616
run: pip install flake8 markdown pypinyin
1717
- name: format code
@@ -22,7 +22,7 @@ jobs:
2222
python3 utils/genIndex.py
2323
- name: git config
2424
run: |
25-
git config --global user.name "mbinary"
25+
git config --global user.name "heqin-zhu"
2626
git config --global user.email "[email protected]"
2727
- name: generate pages and push to gh-pages branch
2828
env:

0 commit comments

Comments
 (0)