diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-07-17 11:35:02 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-07-17 11:35:02 +0800 |
| commit | 77a9e536739f1f8f5052e647c1da3476895eabe0 (patch) | |
| tree | e3bc72ccc8490b333f6c83f6f4766852c8e75b54 /.github/workflows | |
| parent | f518904f236f417dcec2cbef10d9c778a017d31e (diff) | |
ci(ci): add API docs generation step in deploy workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
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 |
