KommutativeAlgebra/deploy.sh

6 lines
113 B
Bash
Raw Normal View History

2023-04-21 15:53:53 +02:00
#!/bin/bash
set -e
latexmk --pdf KommutativeAlgebra.tex
cp KommutativeAlgebra.pdf public/KommutativeAlgebra.pdf