Commit graph

10 commits

Author SHA1 Message Date
Paul Pfeister
2a1e06975d
Update filepath to new module name 2024-07-08 05:44:26 -04:00
Siddharth Dushantha
5ef6a2b8f3 use a fork of the github action
My fork does not delete all contents
2024-06-20 13:52:13 +02:00
Siddharth Dushantha
c5fa9d05ca Update site list to sherlockproject.xyz/sites
With these changes, the site list will be written to the
sherlock-project/sherlockproject.xyz repo where the docs and everything
is located. This way, we wont have to manually update the list on the
website.
2024-06-20 13:04:30 +02:00
Siddharth Dushantha
a4550899be Updated paths based on changes in c065cbb92b 2024-05-24 21:20:56 +02:00
Siddharth Dushantha
c065cbb92b 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.
2024-05-24 11:50:28 +02:00
Aliaksei Urbanski
7907f57d57 Enable testing against Python 3.12 on CI
These changes also:
  * bump actions/checkout from v3 to v4
  * bump actions/setup-python from v4 to v5
  * fix compatibility with ruff 0.1.x
2023-12-13 00:08:25 +03:00
Christian Clauss
ab516956b3
GitHub Actions: python-version: [3.7, 3.8, 3.9, "3.10", 3.11] (#1759)
* GitHub Actions: python-version: [3.7, 3.8, 3.9, "3.10", 3.11]

* Update nightly.yml

* Update update-site-list.yml

* Python 3.7 thru 3.11
2023-03-29 14:21:57 +02:00
Siddharth Dushantha
5e23441d60 fixed branch name 2023-03-13 12:10:32 +01:00
Siddharth Dushantha
0319978b0c fixed path to data.json 2023-03-13 11:45:44 +01:00
Siddharth Dushantha
22772d0b1a added GitHub Workflow to update site list
This action executes the site_list.py script when data.json is modified
and the changes are pushed to the 'main' branch
2023-03-13 11:18:55 +01:00