We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3304991 commit 81ee26fCopy full SHA for 81ee26f
2 files changed
lib/routes/rsshub/referer-map.ts
scripts/workflow/build-docs.ts
@@ -4,7 +4,7 @@ import path from 'node:path';
4
import { categories } from './data';
5
import { getCurrentPath } from '../../lib/utils/helpers';
6
7
-const fullTests = await (await fetch('https://raw.githubusercontent.com/DIYgod/RSSHub/gh-pages/build/test-full-routes.json')).json();
+const fullTests = await (await fetch('https://cdn.jsdelivr.net/gh/DIYgod/RSSHub@gh-pages/build/test-full-routes.json')).json();
8
const testResult = fullTests.testResults[0].assertionResults;
9
10
const __dirname = getCurrentPath(import.meta.url);
0 commit comments