From 739fe6509a73dac4556a97cb854fe14f2dd9324e Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 18 Apr 2023 13:18:23 -0400 Subject: [PATCH] correct note about possible caching hiding updates (#36466) --- .github/workflows/notify-about-deployment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/notify-about-deployment.yml b/.github/workflows/notify-about-deployment.yml index d6abc8f04842..766f44f25a9d 100644 --- a/.github/workflows/notify-about-deployment.yml +++ b/.github/workflows/notify-about-deployment.yml @@ -62,5 +62,6 @@ jobs: The SHA of https://docs.github.com/_build matches the merge commit in this PR. - If you don't see updates when expected, try opening the page(s) in a private browser window as the content may be cached. The content should be visible within a few hours even on non-private browser windows if this happens. + If you don't see updates when expected, try adding a random query string to the URL like `?bla=1234` and see if that helps. + If that shows the expected content, it would indicate that the CDN is "overly caching" the page still. It will eventually update, but it can take a while. edit-mode: replace