Skip to content

Commit

Permalink
chore: tweak docs version audit to work with latest version (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Dec 13, 2024
1 parent 537aefb commit 53b9219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit-docs-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
const { setTimeout } = await import('node:timers/promises');
const { ElectronVersions } = await import('${{ github.workspace }}/node_modules/@electron/fiddle-core/dist/index.js');
const DOCS_SHA_REGEX = /<meta name="docs-sha" content="(\w+)">/m;
const DOCS_SHA_REGEX = /<meta name="?docs-sha"? content="?(\w+)"?>/m;
const DELTA_THRESHOLD_MS = 1000*60*20;
const resp = await fetch('https://electronjs.org');
Expand Down

0 comments on commit 53b9219

Please sign in to comment.