From 73bde398af7d3b02d4edbc87b9f7b495f736392a Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 26 Aug 2024 11:54:42 -0400 Subject: [PATCH] docs: Set up mold for `docs_preprocessor` (#16888) This PR sets up `mold` in the GitHub Action for deploying the docs, since we need it to build `docs_preprocessor` due to the flags we use on Linux. Release Notes: - N/A --- .github/workflows/deploy_cloudflare.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy_cloudflare.yml b/.github/workflows/deploy_cloudflare.yml index 8ee019acef..492eea6754 100644 --- a/.github/workflows/deploy_cloudflare.yml +++ b/.github/workflows/deploy_cloudflare.yml @@ -21,6 +21,11 @@ jobs: with: mdbook-version: "0.4.37" + - name: Setup mold + uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 # v1 + with: + mold-version: 2.32.0 + - name: Build book run: | set -euo pipefail