We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aa1c78 commit b075d43Copy full SHA for b075d43
.github/workflows/audit-docs-version.yml
@@ -23,7 +23,7 @@ jobs:
23
const DOCS_SHA_REGEX = /<meta name="docs-sha" content="(\w+)">/m;
24
const DELTA_THRESHOLD_MS = 1000*60*20;
25
26
- const resp = await fetch('https:/.electronjs.org', {
+ const resp = await fetch('https://electronjs.org', {
27
headers: {
28
'Cache-Control': 'no-cache'
29
}
0 commit comments