Commit Graph

3 Commits

Author SHA1 Message Date
TSC competition notification bot
47b7da3003 Use production stage to avoid undetected changes in the files
When a generated file does alter but keep the file size the same, the previous script was not able
to catch the situation as only the file size was compared. The checksumming was not allowed by the
provider and the time-based approach was also not possible due to the recreation of all files by
Hugo.
The solution is to use a local copy of the upstream files with the same times as the upstream ones.
By using rsync's more advanced features, only the changed files are going to be rewritten therein.
As a result, the time-based approach now works again.
2024-02-20 08:59:42 +01:00
TSC competition notification bot
521b30ed31 Allow manual publishing to stage data 2024-02-14 15:59:17 +01:00
TSC competition notification bot
a1bfd25b29 Create initial commands for automations 2024-02-14 15:48:34 +01:00