This is an automated email from the ASF dual-hosted git repository. rlenferink pushed a commit to branch update-hugo-version in repository https://gitbox.apache.org/repos/asf/celix-site.git
commit 26b6044d0c89625f683bcc31eee754cd17894620 Author: Roy Lenferink <[email protected]> AuthorDate: Thu Mar 30 19:47:16 2023 +0200 Update Hugo version to 0.111.3 --- Jenkinsfile | 3 +-- config.toml => hugo.toml | 0 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bd87e57..828e803 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { } environment { - HUGO_VERSION = '0.63.2' + HUGO_VERSION = '0.111.3' DEPLOY_BRANCH = 'asf-site' } @@ -109,4 +109,3 @@ pipeline { } } } - diff --git a/config.toml b/hugo.toml similarity index 100% rename from config.toml rename to hugo.toml
