.github/workflows/deploy_cloudflare.yml 🔗
@@ -21,10 +21,8 @@ jobs:
with:
mdbook-version: "0.4.37"
- - name: Setup mold
- uses: rui314/setup-mold@0bf4f07ef9048ec62a45f9dbf2f098afa49695f0 # v1
- with:
- mold-version: 2.32.0
+ - name: Set up default .cargo/config.toml
+ run: cp ./.cargo/collab-config.toml ./.cargo/config.toml
- name: Build book
run: |