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