diff --git a/build/Jenkinsfile b/build/Jenkinsfile index fad5b844d..e01d915b1 100644 --- a/build/Jenkinsfile +++ b/build/Jenkinsfile @@ -242,25 +242,6 @@ spec: } } - stage('Website') { - steps { - container('hugo') { - dir ('elk/docs') { - sh "hugo" - } - } - - container('jnlp') { - // Deploy the website - dir ('elk/build/releng') { - sshagent([' github-bot-ssh']) { - sh "bash publish-website.sh" - } - } - } - } - } - stage('Publish') { steps { // Zip the update site diff --git a/build/org.eclipse.elk.repository/category.xml b/build/org.eclipse.elk.repository/category.xml index f3477e3da..59a35d9e8 100644 --- a/build/org.eclipse.elk.repository/category.xml +++ b/build/org.eclipse.elk.repository/category.xml @@ -8,8 +8,8 @@ SPDX-License-Identifier: EPL-2.0 --> - - Nightly build update site for the Eclipse Layout Kernel. + + Update site for the Eclipse Layout Kernel, version 0.9.1.