From 77a9e536739f1f8f5052e647c1da3476895eabe0 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 17 Jul 2026 11:35:02 +0800 Subject: ci(ci): add API docs generation step in deploy workflow --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faa513a..b81c1ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - uses: actions-rust-lang/setup-rust-toolchain@v1 + + - name: Build API docs + run: cargo run --manifest-path .run/Cargo.toml --bin deploy-api-docs + - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact -- cgit