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