From 55098f71bd3314531cef2b68bd209a4746476b06 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 23 Jul 2026 00:42:49 +0800 Subject: feat(ci): clean .temp directory before building API docs --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 563e8e1..5b861c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,6 +85,9 @@ jobs: - name: Install nightly toolchain run: rustup toolchain install nightly + - name: Delete .temp directory before deployment + run: rm -rf .temp + - name: Build API docs run: cargo +nightly run --manifest-path .run/Cargo.toml --bin deploy-api-docs -- --docsrs -- cgit