Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
heqin-zhu authored Mar 31, 2024

Verified

This commit was signed with the committer’s verified signature.
antongolub Anton Golub
1 parent 850ffd6 commit d08ee54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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 "[email protected]"
- name: generate pages and push to gh-pages branch
env:

0 comments on commit d08ee54

Please sign in to comment.