chore(docs): update docsDeploy.yml

This commit is contained in:
d.strigo 2024-09-25 12:08:13 +02:00
parent d354bd1e84
commit 281b8ca754
3 changed files with 10 additions and 17 deletions

View file

@ -42,12 +42,6 @@ export interface Version {
log(`Adding versions.json to ${OUT_DIR}`);
await outputFile(join(OUT_DIR, 'versions.json'), jsonConfig);
log(`Deploying to ghpages`);
await deploy(OUT_DIR);
log(`Cleaning up working directory (${WORK_DIR})`);
await remove(WORK_DIR);
}());
function ensureSingleCurrentVersion(versions: Version[]) {