This will ensure that the cloudflare cache is busted upon deploying updates to the UI
Comment From: rstoyanchev
@rwinch it looks like Deploy Docs failed:
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1338) [sender=3.2.7]
sent 147,311 bytes received 1,520,185 bytes 222,332.80 bytes/sec
total size is 173,293,604 speedup is 103.92
Error: Process completed with exit code 23.
Comment From: rwinch
Thank you for the note @rstoyanchev The error in question states:
rsync: stat "/opt/www/domains/spring.io/docs/htdocs/spring-framework/reference/6.1-SNAPSHOT/web/webmvc/mvc-controller/ann-methods/.requestbody.html.bWuNB1" failed: No such file or directory (2)
web/webmvc/
rsync: rename "/opt/www/domains/spring.io/docs/htdocs/spring-framework/reference/6.1-SNAPSHOT/web/webmvc/mvc-controller/ann-methods/.requestbody.html.bWuNB1" -> "6.1-SNAPSHOT/web/webmvc/mvc-controller/ann-methods/requestbody.html": No such file or directory (2)
I'm not sure what caused the failure, but it appears that between rsync receiving the list of files to sync and the sync happening the file was removed.
In the meantime, the build has passed https://github.com/spring-projects/spring-framework/actions/runs/5324994472/jobs/9645087585 If it fails again, I can take a look but I think there perhaps there was some background process that caused this.