The Wayback Machine - https://web.archive.org/web/20210904102407/https://github.com/twbs/bootstrap/pull/33129
Skip to content
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

Merged
merged 4 commits into from Mar 2, 2021
Merged

Rename _gh_pages to _site. #33129

merged 4 commits into from Mar 2, 2021

Conversation

@XhmikosR
Copy link
Member

@XhmikosR XhmikosR commented Feb 17, 2021

TODO:

  • update netlify's settings before the merge

After merging:

  • manually backport it to v4-dev
  • update gh-pages's .gitignore
@XhmikosR XhmikosR added this to Inbox in v5.0.0-beta3 via automation Feb 19, 2021
@XhmikosR XhmikosR added this to Inbox in v4.6.1 via automation Feb 19, 2021
@XhmikosR XhmikosR moved this from Inbox to Needs manual backport in v4.6.1 Feb 19, 2021
@XhmikosR XhmikosR marked this pull request as ready for review Feb 19, 2021
@XhmikosR XhmikosR requested a review from twbs/js-review as a code owner Feb 19, 2021
@XhmikosR XhmikosR force-pushed the main-xmr-ren-docs-dist branch from 8416cbb to 48cb689 Feb 19, 2021
@@ -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/

This comment has been minimized.

@XhmikosR

XhmikosR Feb 19, 2021
Author Member

@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.

This comment has been minimized.

@mdo

mdo Feb 26, 2021
Member

Nuke it, I don't use it.

This comment has been minimized.

@XhmikosR

XhmikosR Feb 26, 2021
Author Member

Cool, I'll do it in a separate PR later.

v5.0.0-beta3 automation moved this from Inbox to Approved Mar 2, 2021
@mdo
mdo approved these changes Mar 2, 2021
@XhmikosR XhmikosR merged commit 977c366 into main Mar 2, 2021
23 checks passed
23 checks passed
@github-actions
browserstack
Details
@github-actions
bundlewatch
Details
@github-actions
bundlewatch
Details
@github-actions
Analyze
Details
@github-actions
docs
Details
@github-actions
docs
Details
@github-actions
Node 10
Details
@github-actions
Node 10
Details
@github-actions
lint
Details
@github-actions
lint
Details
@github-actions
Node 12
Details
@github-actions
Node 12
Details
@github-actions
Node 14
Details
@github-actions
Node 14
Details
@github-code-scanning
CodeQL No new or fixed alerts
Details
@lgtm-com
LGTM analysis: JavaScript No new or fixed alerts
Details
bundlewatch Everything is in check (+0B, -0B, ±0.0%)
Details
coverage/coveralls Coverage increased (+0.03%) to 94.718%
Details
deploy/netlify Deploy preview ready!
Details
v5.0.0-beta3 automation moved this from Approved to Done Mar 2, 2021
@XhmikosR XhmikosR deleted the main-xmr-ren-docs-dist branch Mar 2, 2021
@XhmikosR XhmikosR moved this from Needs manual backport to Cherry-picked/Manually backported in v4.6.1 Mar 2, 2021
XhmikosR added a commit that referenced this pull request Mar 2, 2021
@XhmikosR XhmikosR moved this from Cherry-picked/Manually backported to Shipped in v4.6.1 Mar 2, 2021
XhmikosR added a commit that referenced this pull request Mar 2, 2021
caseyjhol added a commit to snapappointments/bootstrap that referenced this pull request Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment