Skip to content

Commit 47bd314

Browse files
vkarpov15hasezoey
andauthored
Update scripts/website.js
Co-authored-by: hasezoey <hasezoey@gmail.com>
1 parent c041378 commit 47bd314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/website.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ if (isMain) {
562562
await deleteAllHtmlFiles();
563563
await pugifyAllFiles();
564564
await copyAllRequiredFiles();
565-
if (process.env.DOCS_DEPLOY) {
565+
if (!!process.env.DOCS_DEPLOY && !!versionObj.versionedPath) {
566566
await moveDocsToTemp();
567567
}
568568

0 commit comments

Comments
 (0)