diff --git a/Jenkinsfile b/Jenkinsfile index 84dfbaa..a379da7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { sh ''' . "$HOME/.cargo/env" cd plate-tool-web - trunk build --release --public-url "cool-stuff/$OUTPUT_DIR/" + trunk build --release --public-url "./" ''' } }