aboutsummaryrefslogtreecommitdiff
path: root/build/change-version.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/change-version.js')
-rw-r--r--build/change-version.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/change-version.js b/build/change-version.js
index f41f25383..9543a4f46 100644
--- a/build/change-version.js
+++ b/build/change-version.js
@@ -90,7 +90,7 @@ function main(args) {
const newVersion = args[1]
const EXCLUDED_DIRS = new Set([
'.git',
- '_gh_pages',
+ '_site',
'node_modules',
'resources'
])