From a42ede2f3cc9265586cf9fe6d2a85630f6998da5 Mon Sep 17 00:00:00 2001 From: Sebastien Besson Date: Tue, 12 Jul 2022 08:51:47 +0100 Subject: [PATCH] Add label schemas to the list of locations to update --- deploy-gh-pages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-gh-pages.js b/deploy-gh-pages.js index 2d9e5f72..cb89acea 100644 --- a/deploy-gh-pages.js +++ b/deploy-gh-pages.js @@ -18,7 +18,7 @@ main().catch(error => exit(error)); async function main() { const versions = ["latest", "0.4", "0.3", "0.2", "0.1"] - const schemas = ["image.schema", "strict_image.schema", "plate.schema", "strict_plate.schema", "well.schema", "strict_well.schema"] + const schemas = ["image.schema", "strict_image.schema", "label.schema", "strict_label.schema", "plate.schema", "strict_plate.schema", "well.schema", "strict_well.schema"] const tmpDir = await fs.mkdtemp(path.join(os.tmpdir(), "spec-prod-output-")); let error = null; try {