Skip to content

Commit

Permalink
Update update_readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf authored Dec 2, 2024
1 parent 5f57866 commit cb9b42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Update README
run: |
python update_readme.py
python doc/update_readme.py
- name: Commit and push changes
run: |
Expand All @@ -38,4 +38,4 @@ jobs:
git commit -m "Update README.md with function docstrings"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit cb9b42e

Please sign in to comment.