diff --git a/.github/workflows/update_readme.yml b/.github/workflows/update_readme.yml index 0d1d2ce..eb9f6a4 100644 --- a/.github/workflows/update_readme.yml +++ b/.github/workflows/update_readme.yml @@ -28,7 +28,7 @@ jobs: - name: Update README run: | - python update_readme.py + python doc/update_readme.py - name: Commit and push changes run: | @@ -38,4 +38,4 @@ jobs: git commit -m "Update README.md with function docstrings" git push env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}