From a4ec9edf26a634a527ce1afa8e18691c35896788 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sat, 7 Oct 2023 13:27:06 +0800 Subject: [PATCH] ci: update workflows config. --- .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 47a4ded2d..d0aaa7d5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,7 +125,7 @@ jobs: cp -rp cargo/book dist/cargo cp -rp edition-guide/book dist/edition-guide cp -rp nomicon/book dist/nomicon - cp -rp comprehensive-rust/book/zh-CN dist/comprehensive-rust + cp -rp comprehensive-rust/book/zh-CN/html dist/comprehensive-rust - name: Create index.html working-directory: ./dist