update gh actions, move kb dir

This commit is contained in:
Will Freeman
2026-07-19 15:09:56 -06:00
parent ad01b5a64d
commit 7a8cc9c550
12 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { existsSync, readdirSync, readFileSync } from 'fs';
import { join } from 'path';
const KB_DIR = join(__dirname, '../../kb');
const KB_DIR = join(__dirname, '../kb');
export interface KbDocument {
filename: string;