Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2sojeong authored Mar 5, 2024
1 parent 6cd9eba commit a75dd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install python-leetcode
- name: Run update.py
- name: Run upload.py
run: |
python update.py
python upload.py
- name: Commit changes
run: |
git config --global user.name '2sojeong'
Expand Down

0 comments on commit a75dd4b

Please sign in to comment.