aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-17 11:35:02 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-17 11:35:02 +0800
commit77a9e536739f1f8f5052e647c1da3476895eabe0 (patch)
treee3bc72ccc8490b333f6c83f6f4766852c8e75b54
parentf518904f236f417dcec2cbef10d9c778a017d31e (diff)
ci(ci): add API docs generation step in deploy workflow
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
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