diff --git a/.github/workflows/automatic_update.yml b/.github/workflows/automatic_update.yml index 9699c7a..39bc9c2 100644 --- a/.github/workflows/automatic_update.yml +++ b/.github/workflows/automatic_update.yml @@ -25,6 +25,14 @@ jobs: python -m pip install --upgrade pip 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