mirror of
https://github.com/MPSU/APS.git
synced 2025-09-16 01:30:10 +00:00
Убрано избыточное копирование (#4)
This commit is contained in:
committed by
GitHub
parent
febe9c3a43
commit
c9d928469c
2
.github/book.toml
vendored
2
.github/book.toml
vendored
@@ -2,5 +2,5 @@
|
||||
authors = ["Andrei Solodovnikov"]
|
||||
language = "ru"
|
||||
multilingual = true
|
||||
src = "src"
|
||||
src = "./"
|
||||
title = "Архитектуры процессорных систем"
|
||||
|
3
.github/prepare.sh
vendored
3
.github/prepare.sh
vendored
@@ -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/
|
||||
cp .github/book.toml .github/SUMMARY.md .github/index.md ./
|
Reference in New Issue
Block a user