build: Fixed aanhalingsteken
gitea/double-pendulum/pipeline/head There was a failure building this commit

This commit is contained in:
Philippe Zwietering
2026-09-08 16:35:34 +02:00
parent 5d462f9963
commit 96e8169707
Vendored
+1 -1
View File
@@ -8,7 +8,7 @@ pipeline {
}
stage('Build') {
steps {
sh 'wasm-pack build --target web"
sh 'wasm-pack build --target web'
archiveArtifacts artifacts: './pkg/'
sh 'cp ./pkg/ /var/www/zwietering.eu/projects/double-pendulum'
}