From 2bd4a196d84087845a92a1411d3531d61c5e5c5d Mon Sep 17 00:00:00 2001 From: me Date: Wed, 18 Feb 2026 11:29:16 +0300 Subject: [PATCH] update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0ab93af..8984126 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,8 +8,8 @@ pipeline { steps { sh ''' # Install Hugo - curl -sL https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_linux-amd64.tar.gz \ - -o hugo.tar.gz + curl -sL https://github.com/gohugoio/hugo/releases/download/v0.146.0/hugo_extended_0.146.0_linux-amd64.tar.gz \ + -o hugo.tar.gz tar -xzf hugo.tar.gz hugo # Install Go