Skip to content

Commit

Permalink
[#3664] Update to Hugo 0.123.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Nov 26, 2024
1 parent e6eb0f3 commit f983a1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins/Hono-Website-Pipeline-Declarative.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pipeline {
memory: "512Mi"
cpu: "1"
- name: "hugo"
image: "cibuilds/hugo:0.102"
image: "cibuilds/hugo:0.123.8"
command:
- cat
tty: true
Expand Down Expand Up @@ -114,7 +114,7 @@ pipeline {
# removing them, so they don't get deployed.
rm themes/hugo-universal-theme/static/img/*
echo "building home page..."
hugo -v -d "${WEBSITE_REPO_DIR}"
hugo build -d "${WEBSITE_REPO_DIR}"
'''
}
}
Expand Down Expand Up @@ -170,7 +170,7 @@ pipeline {
sh '''#!/bin/bash
echo "building documentation..."
cd "${DOC_ASSEMBLY_DIR}"
hugo -v -d "${WEBSITE_REPO_DIR}/docs" --config config.toml,config_version.toml
hugo build -d "${WEBSITE_REPO_DIR}/docs" --config config.toml,config_version.toml
'''
}
}
Expand Down

0 comments on commit f983a1a

Please sign in to comment.