From c60496f5920aeff40e739626bef67935ce2ab96c Mon Sep 17 00:00:00 2001 From: "James R. Cogley" Date: Wed, 4 Dec 2024 15:58:13 +0900 Subject: [PATCH] comment to escape quotes around header --- _config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.ts b/_config.ts index 2efc121..c2f67f3 100644 --- a/_config.ts +++ b/_config.ts @@ -15,6 +15,7 @@ site.ignore("*.DS_Store"); site.ignore("archive"); // Prepare script to get holidays from dbflex +// Escape the double quotes around the auth header site.script("getholidays", "cd src/_data && curl -H \"Authorization: Bearer ${API_KEY_01}\" https://pro.dbflex.net/secure/api/v2/15331/Work%20Holiday/API%20Holidays%20Today%20or%20Later/select.json -o futureholidays.json"); // Prepare script to copy the generated readme to the repo root