diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 376f965..e900221 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v1 with: - python-version: 3.6 + python-version: 3.10.14 - name: install python modules run: pip install flake8 markdown pypinyin - name: format code @@ -22,7 +22,7 @@ jobs: python3 utils/genIndex.py - name: git config run: | - git config --global user.name "mbinary" + git config --global user.name "heqin-zhu" git config --global user.email "zhuheqin1@gmail.com" - name: generate pages and push to gh-pages branch env: