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
Description
No description provided
32 KiB
Languages
Shell 100%