Commit 42493b2
committed
Add a GitHub workflow cache to manually purge the Cloudflare cache
We had problems with the cache-purging logic in
#2086, and then also in
#2093. The symptom is that the
CSS isn't loading, because the front-page still serves an older version
(one that references a no-longer-existing CSS). The culprit seems to be
the un-purged Cloudflare cache.
Let's add a way to manually purge the cache. It is totally possible that
this is one of those famous "Close Door" elevator buttons that fool us:
https://www.sciencealert.com/the-close-door-buttons-in-elevators-don-t-actually-do-anything
But in case it isn't, let's have a way to trigger a purge.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 67c948e commit 42493b2
1 file changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments