Skip to content

Commit

Permalink
Merge pull request #3 from sbesson/hcs_schemas
Browse files Browse the repository at this point in the history
Add HCS schemas to the GH pages publication script
  • Loading branch information
sbesson authored Jul 5, 2022
2 parents 38a4de8 + b19e5a6 commit 71ed9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-gh-pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
const schemas = ["image.schema", "strict_image.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 {
Expand Down

0 comments on commit 71ed9be

Please sign in to comment.