Skip to content

Commit b075d43

Browse files
authored
chore: fix typo
1 parent 6aa1c78 commit b075d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/audit-docs-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
const DOCS_SHA_REGEX = /<meta name="docs-sha" content="(\w+)">/m;
2424
const DELTA_THRESHOLD_MS = 1000*60*20;
2525
26-
const resp = await fetch('https:/.electronjs.org', {
26+
const resp = await fetch('https://electronjs.org', {
2727
headers: {
2828
'Cache-Control': 'no-cache'
2929
}

0 commit comments

Comments
 (0)