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:
parent
659c851960
commit
81c316cd2c
@ -22,7 +22,7 @@ export function credentialDir() {
|
||||
}
|
||||
|
||||
export const hasCredentialFile = (filename: string) => {
|
||||
return pathExistsSync(filename);
|
||||
return pathExistsSync(`${credentialDir()}/${filename}`);
|
||||
};
|
||||
|
||||
export function credentialFile(filename: string) {
|
||||
|
Loading…
Reference in New Issue
Block a user