Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmaziyo authored Jul 27, 2024
1 parent cd4498c commit ce6a4d5
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,11 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install -r requirements.txt
- name: Update README
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |-
python build.py
cat README.md
- name: Commit and push if changed
run: |-
git diff
git config --global user.email "tw93@qq.com"
git config --global user.name "Tw93-bot"
git config --global user.email "Dmaziyo@qq.com"
git config --global user.name "Dmaziyo-bot"
git pull
git add -A
git commit -m "Updated content" || exit 0
Expand Down

0 comments on commit ce6a4d5

Please sign in to comment.