Skip to content

Commit ada8c9a

Browse files
committed
small fixes
1 parent 7c3e58c commit ada8c9a

File tree

2 files changed

+5
-27
lines changed

2 files changed

+5
-27
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Faster Cloudflare Workers Builds with Build Caching and Watch Paths
2+
title: Faster Workers Builds with Build Caching and Watch Paths
33
description: Speed up your builds with build caching and build watch paths in Workers Builds (beta).
44
products:
55
- workers
6-
date: 2024-12-22
6+
date: 2024-12-29T11:00:00Z
77
---
88

99
![Build caching settings](~/assets/images/workers/platform/ci-cd/workers-build-caching.png)
1010
![Build watch path settings](~/assets/images/workers/platform/ci-cd/workers-build-watch-paths.png)
1111

1212
[**Workers Builds**](/workers/ci-cd/builds/), the integrated CI/CD system for Workers (currently in beta), now lets you cache artifacts across builds, speeding up build jobs by eliminating repeated work, such as downloading dependencies at the start of each build.
1313

14-
- **[Build Caching:](/workers/ci-cd/builds/build-caching/)** Cache dependencies and build outputs between builds with a shared project-wide cache, ensuring faster builds for the entire team.
14+
- **[Build Caching](/workers/ci-cd/builds/build-caching/)**: Cache dependencies and build outputs between builds with a shared project-wide cache, ensuring faster builds for the entire team.
1515

16-
- **[Build Watch Paths:](/workers/ci-cd/builds/build-watch-paths/)** Define paths to include or exclude from the build process, ideal for [monorepos](/workers/ci-cd/builds/advanced-setups/#monorepos) to target only the files that need to be rebuilt per Workers project.
16+
- **[Build Watch Paths](/workers/ci-cd/builds/build-watch-paths/)**: Define paths to include or exclude from the build process, ideal for [monorepos](/workers/ci-cd/builds/advanced-setups/#monorepos) to target only the files that need to be rebuilt per Workers project.
1717

18-
To get started, select your [Worker on the Cloudflare dashboard](https://dash.cloudflare.com) then go to **Settings > Builds**, and connect a GitHub or GitLab repository. Once connected, you'll see options to configure Build Caching and Build Watch Paths.
18+
To get started, select your Worker on the [Cloudflare dashboard](https://dash.cloudflare.com) then go to **Settings** > **Builds**, and connect a GitHub or GitLab repository. Once connected, you'll see options to configure Build Caching and Build Watch Paths.

src/content/changelogs-next/stuff-and-things.mdx

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)