chore: Pkg pad aangepast
gitea/double-pendulum/pipeline/head This commit looks good

This commit is contained in:
2026-09-05 18:30:03 +02:00
parent 38fe7b38bd
commit a26c829f58
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -8,7 +8,7 @@ pipeline {
}
stage('Build') {
steps {
sh 'wasm-pack build --target web --out-dir /var/www/zwietering.eu/projects/double-pendulum'
sh 'wasm-pack build --target web --out-dir /var/www/zwietering.eu/projects/double-pendulum/pkg'
sh 'cp ./index.html /var/www/zwietering.eu/projects/double-pendulum'
}
}