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