aboutsummaryrefslogtreecommitdiff
path: root/build/ship.sh
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-03-02 17:05:26 +0200
committerGitHub <[email protected]>2021-03-02 17:05:26 +0200
commit977c366cbee0735fdbad3e970f352b83b4f5edb1 (patch)
treedcf98f88815f13f8bf767cae9be33463e6c9a3ad /build/ship.sh
parent48a95f7280735d6f8962fe8b17975b03e351710c (diff)
downloadbootstrap-977c366cbee0735fdbad3e970f352b83b4f5edb1.tar.xz
bootstrap-977c366cbee0735fdbad3e970f352b83b4f5edb1.zip
Rename _gh_pages to _site. (#33129)
Diffstat (limited to 'build/ship.sh')
-rw-r--r--build/ship.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ship.sh b/build/ship.sh
index da5a03bcd..b1f0a415e 100644
--- a/build/ship.sh
+++ b/build/ship.sh
@@ -47,7 +47,7 @@ npm run release
printf "\n%s=======================================================%s" "$magenta" "$end"
printf "\n%sCopy it over...%s" "$magenta" "$end"
printf "\n%s=======================================================\n%s" "$magenta" "$end"
-cp -rf _gh_pages/. ../bs-docs/
+cp -rf _site/. ../bs-docs/
printf "\nDone!\n"
printf "\n%s=======================================================%s" "$green" "$end"