File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11[build ]
22 command = """
33 set -e
4- echo "=== Starting Documentation build process ==="
4+ echo "=== Starting Blog build process ==="
55 echo "Node version: $(node --version)"
66 echo "pnpm version: $(pnpm --version)"
77 echo "Hugo version: $(hugo version)"
8+ echo "Go version: $(go version || echo 'Go not available')"
89
910 echo "=== Installing dependencies ==="
1011 pnpm install --verbose
1112
1213 echo "=== Running Hugo build ==="
13- hugo --gc --minify -b $URL --logLevel debug --printI18nWarnings --printPathWarnings --printUnusedTemplates
14+ hugo --gc --minify -b $URL --logLevel debug --printI18nWarnings --printPathWarnings
1415
1516 echo "=== Running Pagefind indexing ==="
1617 pnpm dlx pagefind --source 'public' --verbose
2122
2223[build .environment ]
2324 HUGO_VERSION = " 0.149.1"
24- NODE_VERSION = " 20.0.0"
25+ GO_VERSION = " 1.21.5"
26+ NODE_VERSION = " 22"
2527 HUGO_ENABLEGITINFO = " true"
2628 HUGO_LOG_I18N_WARNINGS = " true"
2729 HUGO_LOG_WARNINGS = " true"
You can’t perform that action at this time.
0 commit comments