WIP: сборка английской версии mdbook

This commit is contained in:
Andrei Solodovnikov
2026-05-06 12:53:35 +03:00
parent ccf769f48f
commit 1034565000
6 changed files with 279 additions and 23 deletions

10
.github/prepare.sh vendored
View File

@@ -1,4 +1,10 @@
#!/bin/bash
set -e
mkdir src
cp .github/book.toml .github/*.md ./
mkdir -p src
cp .github/book.toml .github/*.md ./
# Copy custom theme assets (language switcher, etc.)
if [ -d ".github/theme" ]; then
cp -r .github/theme ./
fi