Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsejse committed Nov 10, 2024
1 parent 4ac00c3 commit b3930b7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/automatic_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b3930b7

Please sign in to comment.