2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Rename _gh_pages to _site. (#33129)

This commit is contained in:
XhmikosR
2021-03-02 17:05:26 +02:00
committed by GitHub
parent 48a95f7280
commit 977c366cbe
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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"