diff --git a/.github/workflows/automatic_update.yml b/.github/workflows/automatic_update.yml index 39bc9c2..48751da 100644 --- a/.github/workflows/automatic_update.yml +++ b/.github/workflows/automatic_update.yml @@ -26,13 +26,6 @@ jobs: pip install requests pip install beautifulsoup4 - - name: Show current path and list files - run: | - echo "Current path:" - pwd - echo "List files:" - ls utilities/scripts/ - - name: Run README update script working-directory: ${{ github.workspace }} run: python utilities/scripts/update_readme.py