Skip to content

Commit e240fdd

Browse files
Apply suggestions from code review
Co-authored-by: ToriLindsay <[email protected]>
1 parent 95d002b commit e240fdd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/content/docs/workers/ci-cd/builds/git-integration/github-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Note that removing access to GitHub will disable new builds for Workers and Page
6666

6767
### Reinstall the Cloudflare GitHub App
6868

69-
When encountering Git integration related issues, a troubleshooting step is attempting to uninstall and reinstall the GitHub app associated with the Cloudflare Workers & Pages installation.
69+
When encountering Git integration related issues, one potential troubleshooting step is attempting to uninstall and reinstall the GitHub or GitLab application associated with the Cloudflare Pages installation. The process for each Git provider is provided below.
7070

7171
1. Go to the installation settings page on GitHub:
7272
- Navigate to **Settings > Builds** for the Workers or Pages project and click **Manage** under Git Repository.

src/content/docs/workers/ci-cd/builds/git-integration/gitlab-integration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can deploy projects to Cloudflare Workers from your company or side project
3838

3939
### Organizational access
4040

41-
By authorizing Cloudflare Workers to access your GitLab account, you will automatically allow access to organizations, groups, and namespaces your GitLab account can access for use by Cloudflare Workers. Managing access to these organizations and groups is handled by GitLab.
41+
When you authorize Cloudflare Workers to access your GitLab account, you automatically give Cloudflare Workers access to organizations, groups, and namespaces accessed by your GitLab account. Managing access to these organizations and groups is handled by GitLab.
4242

4343
### Removing access
4444

src/content/docs/workers/ci-cd/builds/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Support for creating a **new Worker** from importing a Git repository is coming
1616

1717
If you have an existing Worker and have pushed the project to a Git repository, you can now connect the repository to your Worker, enabling automatic builds and deployments.
1818

19-
To set up Builds for your Worker:
19+
To set up builds for your Worker:
2020

2121
1. Select your Worker in the [Workers & Pages Dashboard](https://dash.cloudflare.com) and navigate to **Settings > Build**
2222
2. Select the Git provider you'd like to connect to or select **Connect** and follow the prompts to install the Cloudflare [Git integration](/workers/ci-cd/builds/git-integration/) on your Git account.

src/content/docs/workers/ci-cd/builds/troubleshoot.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ sidebar:
66
order: 9
77
---
88

9-
This guide teaches you how to investigate build errors and troubleshoot common errors within the Workers Build's build and deployment process.
9+
This guide explains how to identify and resolve build errors, as well as troubleshoot common issues in the Workers Builds deployment process.
1010

11-
Workers Builds provides build logs for each build. To view a Worker's build history, go to **Worker project** > **Deployments** > **View Build History** (located at the bottom of the Deployments tab), then select a build to access its details.
11+
To view your build history, go to your Worker project in the Cloudflare dashboard, select **Deployment**, select **View Build History** at the bottom of the page, and select the build you want to view. To retry a build, select the ellipses next to the build and select **Retry build**. Alternatively, you can select **Retry build** on the Build Details page.
1212

1313
## Known issues or limitations
1414

0 commit comments

Comments
 (0)