This repository has been archived on 2023-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
algebra/.ci/build_document.sh
Maximilian Keßler 5a24b3735f initial commit
2022-02-16 00:33:16 +01:00

9 lines
210 B
Bash
Executable File

set -e
echo "Building document"
make pdf
mkdir public
mv build/2021_Algebra_I.pdf public
mv build/2021_Algebra_I.log public
cd public/
tree -H '.' -I "index.html" -D --charset utf-8 -T "Algebra I" > index.html