We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b075d43 commit c3a53b1Copy full SHA for c3a53b1
.github/workflows/audit-docs-version.yml
@@ -24,6 +24,7 @@ jobs:
24
const DELTA_THRESHOLD_MS = 1000*60*20;
25
26
const resp = await fetch('https://electronjs.org', {
27
+ cache: 'no-store',
28
headers: {
29
'Cache-Control': 'no-cache'
30
}
0 commit comments