diff --git a/Jenkinsfile b/Jenkinsfile index 8b9147fb7ef135a6c25ca9da1e0a1eb04c3d9ec1..5436975688a6815a77e5675f822c6ff7cba10945 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -750,6 +750,7 @@ pipeline { } steps { dir('web') { + sh 'yarn' sh 'hugo' sh 'broken-links-checker --path ./public --baseUrl https://www.opengeosys.org' }