From 07d5e6974657c4037d639b34313364a506c82629 Mon Sep 17 00:00:00 2001 From: Chielo Newctle Date: Thu, 25 Apr 2024 12:04:39 +0800 Subject: [PATCH] chore(ci): fix build docs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb54e05..c4c6a79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,4 +51,4 @@ jobs: with: fetch-depth: 0 - run: rustup update nightly && rustup default nightly - - run: RUSTDOCFLAGS="--cfg doc_cfg --html-in-header ./docs-header.html" cargo +nightly doc --all-features --no-deps + - run: cargo +nightly doc --all-features --no-deps