From 977c366cbee0735fdbad3e970f352b83b4f5edb1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 2 Mar 2021 17:05:26 +0200 Subject: Rename _gh_pages to _site. (#33129) --- build/zip-examples.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/zip-examples.js') diff --git a/build/zip-examples.js b/build/zip-examples.js index b2f156502f..312548e8af 100644 --- a/build/zip-examples.js +++ b/build/zip-examples.js @@ -16,7 +16,7 @@ const pkg = require('../package.json') const versionShort = pkg.config.version_short const distFolder = `bootstrap-${pkg.version}-examples` -const rootDocsDir = '_gh_pages' +const rootDocsDir = '_site' const docsDir = `${rootDocsDir}/docs/${versionShort}/` // these are the files we need in the examples -- cgit v1.2.3