Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 31ec5e2

Browse files
committed
build/deploy.js
1 parent ad99729 commit 31ec5e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/deploy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ getBranchName().then(
183183
fs.writeFileSync(path, index);
184184

185185
// Update 'latest' symbolic link
186+
fs.removeSync('gh-pages/latest');
186187
fs.ensureSymlinkSync('gh-pages/' + pkg.dir, 'gh-pages/latest');
187188
}
188189
}

0 commit comments

Comments
 (0)