1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-14 18:27:44 +02:00

CI: Trying to fix website builder

This commit is contained in:
Laurent Cozic 2023-04-04 19:24:03 +02:00
parent 659c851960
commit 81c316cd2c

View File

@ -22,7 +22,7 @@ export function credentialDir() {
}
export const hasCredentialFile = (filename: string) => {
return pathExistsSync(filename);
return pathExistsSync(`${credentialDir()}/${filename}`);
};
export function credentialFile(filename: string) {