From c9d928469c6b4f14410cc43cef6f5d59e8227d65 Mon Sep 17 00:00:00 2001 From: Andrei Solodovnikov Date: Sun, 17 Sep 2023 12:27:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=D0=BE=20=D0=B8?= =?UTF-8?q?=D0=B7=D0=B1=D1=8B=D1=82=D0=BE=D1=87=D0=BD=D0=BE=D0=B5=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BF=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?(#4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/book.toml | 2 +- .github/prepare.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/book.toml b/.github/book.toml index 5706bb7..b194b67 100644 --- a/.github/book.toml +++ b/.github/book.toml @@ -2,5 +2,5 @@ authors = ["Andrei Solodovnikov"] language = "ru" multilingual = true -src = "src" +src = "./" title = "Архитектуры процессорных систем" diff --git a/.github/prepare.sh b/.github/prepare.sh index 7502bb9..355a988 100644 --- a/.github/prepare.sh +++ b/.github/prepare.sh @@ -1,5 +1,4 @@ #!/bin/bash mkdir src -cp .github/book.toml ./ -cp -R .github/SUMMARY.md .github/index.md .pic/ Basic\ Verilog\ structures/ Introduction/ Labs/ Vivado\ Basics/ Other/ src/ \ No newline at end of file +cp .github/book.toml .github/SUMMARY.md .github/index.md ./ \ No newline at end of file