From cb9b42e2e9a91d8c672f8d4c6222f52f03293317 Mon Sep 17 00:00:00 2001 From: Ali Khan Date: Mon, 2 Dec 2024 11:59:29 -0500 Subject: [PATCH] Update update_readme.yml --- .github/workflows/update_readme.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}