From f3147392fe225cfe24493e6758b9532172d94567 Mon Sep 17 00:00:00 2001
From: nataliefiann <120089939+nataliefiann@users.noreply.github.com>
Date: Fri, 20 Dec 2024 11:49:32 +0000
Subject: [PATCH] Update website/docs/docs/deploy/continuous-integration.md
---
website/docs/docs/deploy/continuous-integration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/docs/deploy/continuous-integration.md b/website/docs/docs/deploy/continuous-integration.md
index 70aa877d851..546cc0dace8 100644
--- a/website/docs/docs/deploy/continuous-integration.md
+++ b/website/docs/docs/deploy/continuous-integration.md
@@ -34,7 +34,7 @@ If your git provider has a native dbt Cloud integration, you can set up [continu
| **Git provider** | **Native dbt Cloud integration** |**Automated CI job** |**Git import with URL**| **Information**|
| -----------------| ---------------------------------| -------------------------------------------|-----------------------|---------|
|[Azure DevOps](/docs/cloud/git/setup-azure)
| ✅| ✅ | ✅ | Organizations on the Team Plan can connect to Azure DeveOps via deploy key. Note, you won’t get the automated CI jobs but you can still develop.|
-|[GitHub](/docs/cloud/git/connect-github) | ✅ | ✅ | ✅ |
+|[GitHub](/docs/cloud/git/connect-github)
| ✅ | ✅ | ✅ |
|[GitLab](/docs/cloud/git/connect-gitlab) | ✅ | ✅ | ✅ |
|All other git providers imported with a [git URL](/docs/cloud/git/import-a-project-by-git-url) ([BitBucket](/docs/cloud/git/import-a-project-by-git-url#bitbucket), [AWS CodeCommit](/docs/cloud/git/import-a-project-by-git-url#aws-codecommit), and others)| ❌ | ❌ | ✅ | Refer to the [Customizing CI/CD with custom pipelines](/guides/custom-cicd-pipelines?step=1) guide to set up CI/CD.|