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 850ffd6 commit d08ee54Copy full SHA for d08ee54
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-python@v1
13
with:
14
- python-version: 3.6
+ python-version: 3.10.14
15
- name: install python modules
16
run: pip install flake8 markdown pypinyin
17
- name: format code
@@ -22,7 +22,7 @@ jobs:
22
python3 utils/genIndex.py
23
- name: git config
24
run: |
25
- git config --global user.name "mbinary"
+ git config --global user.name "heqin-zhu"
26
git config --global user.email "[email protected]"
27
- name: generate pages and push to gh-pages branch
28
env:
0 commit comments