Used internal build tooling to pack index
gitea/double-pendulum/pipeline/head This commit looks good

This commit is contained in:
Philippe Zwietering
2026-09-08 14:57:18 +02:00
parent 0630e77b17
commit 4e7260ff92
3 changed files with 11 additions and 3 deletions
Vendored
+1 -2
View File
@@ -8,8 +8,7 @@ pipeline {
}
stage('Build') {
steps {
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'
sh 'wasm-pack build --target web --out-dir /var/www/zwietering.eu/projects/double-pendulum/'
}
}
}