KommutativeAlgebra/deploy.sh

9 lines
147 B
Bash
Raw Normal View History

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