The github actions used on this repo are very out-of-date. To the point where some of the dependencies are no longer available causing the CI to fail due to https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Therefore the sed-ml.org site is not automatically being rebuilt when PRs are merged in. The actions probably need an overhaul. Manually running the site generator can be done and the updated HTML pages committed to the repo. Maybe worth noting that when doing so on a windows machine there seem to be some adverse unicode changes that need to be reverted (see #83 for example).
The github actions used on this repo are very out-of-date. To the point where some of the dependencies are no longer available causing the CI to fail due to https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
Therefore the sed-ml.org site is not automatically being rebuilt when PRs are merged in. The actions probably need an overhaul. Manually running the site generator can be done and the updated HTML pages committed to the repo. Maybe worth noting that when doing so on a windows machine there seem to be some adverse unicode changes that need to be reverted (see #83 for example).