We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff78e4f commit 8ffb46cCopy full SHA for 8ffb46c
Jenkinsfile
@@ -43,6 +43,7 @@ pipeline {
43
environment {
44
ANTORA_CACHE_DIR = "$WORKSPACE/.antora-cache"
45
YARN_CACHE_FOLDER = "$WORKSPACE/.yarn-cache"
46
+ HUGO_VERSION = "0.52.0"
47
}
48
49
steps {
package.json
@@ -1,4 +1,6 @@
1
{
2
+ "version": "1.0.0-SNAPSHOT",
3
+ "license": "Apache-2.0",
4
"scripts": {
5
"theme": "(cd antora-ui-camel && yarn install && yarn gulp pack)",
6
"documentation": "antora --pull site.yml",
@@ -13,9 +15,7 @@
13
15
"critical": "^1.3.4",
14
16
"gulp": "^4.0.0",
17
"gulp-htmlmin": "^5.0.1",
- "hugo-bin": "^0.39.0",
18
+ "hugo-cli": "^0.9.0",
19
"npm-run-all": "^4.1.5"
- },
- "version": "1.0.0-SNAPSHOT",
20
- "license": "Apache-2.0"
+ }
21
0 commit comments