Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-03-02 18:05:26 +0300
committerGitHub <noreply@github.com>2021-03-02 18:05:26 +0300
commit977c366cbee0735fdbad3e970f352b83b4f5edb1 (patch)
treedcf98f88815f13f8bf767cae9be33463e6c9a3ad /build/change-version.js
parent48a95f7280735d6f8962fe8b17975b03e351710c (diff)
Rename _gh_pages to _site. (#33129)
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 f41f253837..9543a4f463 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'
])