From 4c727d34f259c4364fd1f6fc282a42df01fb3f0d Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Sun, 28 Jan 2024 14:20:49 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=81=D0=BA=D1=80=D0=B8=D0=BF=D1=82?= =?UTF-8?q?=D0=B0=20=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/prepare.sh b/.github/prepare.sh index 355a988..52f152a 100644 --- a/.github/prepare.sh +++ b/.github/prepare.sh @@ -1,4 +1,4 @@ #!/bin/bash mkdir src -cp .github/book.toml .github/SUMMARY.md .github/index.md ./ \ No newline at end of file +cp .github/book.toml .github/*.md ./ \ No newline at end of file