chore(ci): drop the now-live dbt quickstart docs-link exemption (#10553)

This commit is contained in:
Ruben Fiszel
2026-08-06 00:26:46 +02:00
committed by GitHub
parent 9cf307f3ad
commit 5497710d47
+1 -6
View File
@@ -18,12 +18,7 @@ const RETRIES = 2
// Links whose target page is written but not yet deployed on windmill.dev: the app
// link is already the final slug, so a 404 is expected until the docs side ships.
// The value is why the entry exists, for whoever has to judge whether it still should.
const PENDING_DEPLOY = new Map([
[
'https://www.windmill.dev/docs/getting_started/scripts_quickstart/dbt',
'windmilldocs#1625 (dbt runtime quickstart)'
]
])
const PENDING_DEPLOY = new Map()
async function walk(dir) {
const out = []