From 3b41eaee88ffc782c6f8ab795acd0df5de0012d6 Mon Sep 17 00:00:00 2001 From: Stefan Kebekus Date: Thu, 4 May 2023 13:29:54 +0200 Subject: [PATCH] Simplify script --- deploy.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index 932152f..d9c4f9a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,8 +1,5 @@ #!/bin/bash set -e -git commit -am "Update" -git push - latexmk --pdf KommutativeAlgebra.tex cp KommutativeAlgebra.pdf public/KommutativeAlgebra.pdf