Skip to content

Commit 76c054f

Browse files
aninibreadhyperlint-ai[bot]irvinebroque
authored
Anni/add build changelog next (#18920)
* adding a changelog * added changelog and assets * Update src/content/changelogs-next/12-22-2024-builds.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> * add link for monorepos * mb and line-spacing fix * Update src/content/changelogs-next/12-22-2024-builds.mdx Co-authored-by: Brendan Irvine-Broque <[email protected]> * Update src/content/changelogs-next/12-22-2024-builds.mdx Co-authored-by: Brendan Irvine-Broque <[email protected]> * Update src/content/changelogs-next/12-22-2024-builds.mdx Co-authored-by: Brendan Irvine-Broque <[email protected]> * Update src/content/changelogs-next/12-22-2024-builds.mdx Co-authored-by: Brendan Irvine-Broque <[email protected]> * small fixes --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent a87011c commit 76c054f

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed
22 KB
Loading
25.7 KB
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Faster Workers Builds with Build Caching and Watch Paths
3+
description: Speed up your builds with build caching and build watch paths in Workers Builds (beta).
4+
products:
5+
- workers
6+
date: 2024-12-29T11:00:00Z
7+
---
8+
9+
![Build caching settings](~/assets/images/workers/platform/ci-cd/workers-build-caching.png)
10+
![Build watch path settings](~/assets/images/workers/platform/ci-cd/workers-build-watch-paths.png)
11+
12+
[**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.
13+
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.
15+
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.
17+
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/pages/changelog-next/index.astro

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ const props = {
5050
</div>
5151
<Steps>
5252
<ol class="!mt-0" data-products={productIds}>
53-
<li>
53+
<li class="mb-16">
5454
<div>
5555
<a
5656
href={`/changelog-next/${entry.slug}/`}
5757
class="no-underline hover:underline"
5858
>
59-
<h3 class="mb-4 !leading-[28px] text-black">
59+
<h3 class="mb-4 !leading-[36px] text-black">
6060
{entry.data.title}
6161
</h3>
6262
</a>
@@ -129,20 +129,6 @@ const props = {
129129
margin-top: 1.5rem;
130130
}
131131

132-
.sl-markdown-content
133-
li
134-
> :last-child:not(li, ul, ol):not(
135-
a,
136-
strong,
137-
em,
138-
del,
139-
span,
140-
input,
141-
:where(.not-content *)
142-
) {
143-
margin-bottom: 4rem;
144-
}
145-
146132
.sl-markdown-content {
147133
margin-top: 0px !important;
148134
}

0 commit comments

Comments
 (0)