docs: Set up mold for `docs_preprocessor` (#16888)

Marshall Bowers created

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

Change summary

.github/workflows/deploy_cloudflare.yml | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

.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