moved site_list.py to scripts/site-list.py

This script is only executed by the GitHub workflow. Keeping it inside
the scripts directory makes the project's directory cleaner. Additionally,
it decreases the chance of contributers executing the script even though
its harmless.
This commit is contained in:
Siddharth Dushantha 2024-05-24 11:50:28 +02:00
parent ab5fcbb90f
commit c065cbb92b
2 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ jobs:
python-version: '3.x'
# Execute the site_list.py Python script
- name: Execute site_list.py
run: python site_list.py
- name: Execute site-list.py
run: python scripts/site-list.py
# Commit any changes made by the script
- name: Commit files