diff --git a/Jenkinsfile b/Jenkinsfile index 3ad7d2f..61e4782 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,6 +17,8 @@ pipeline { steps { echo 'Building' sh "#!/bin/bash \n" + + '''export TYPST_INSTALL="/home/jenkins/.typst"\n''' + + '''export PATH="$TYPST_INSTALL/bin:$PATH"\n''' + '''./render.sh''' } }