chore(docs): update docsDeploy.yml (#6045)

This commit is contained in:
Denis Strigo 2024-09-25 12:09:23 +02:00 committed by GitHub
parent d354bd1e84
commit d720896ba8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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[]) {