-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename _gh_pages to _site. #33129
Rename _gh_pages to _site. #33129
Conversation
8416cbb
to
48cb689
Compare
@@ -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/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mdo this reminds me that we should probably nuke this script if you don't use it. I don't use it, but if you do we can keep it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nuke it, I don't use it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, I'll do it in a separate PR later.
TODO:
After merging: