File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 pnpm install --verbose
1111
1212 echo "=== Running Hugo build ==="
13- hugo --gc --minify -b $URL --verbose --debug --logLevel info
13+ hugo --gc --minify -b $URL --logLevel debug --printI18nWarnings --printPathWarnings --printUnusedTemplates
1414
1515 echo "=== Running Pagefind indexing ==="
1616 pnpm dlx pagefind --source 'public' --verbose
3737 echo "=== Deploy Preview Build ==="
3838 echo "Deploy URL: $DEPLOY_PRIME_URL"
3939 pnpm install --verbose
40- hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --verbose -- debug --logLevel info
40+ hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --logLevel debug --printI18nWarnings --printPathWarnings
4141 pnpm dlx pagefind --source 'public' --verbose
4242 """
4343
4747 echo "=== Branch Deploy Build ==="
4848 echo "Deploy URL: $DEPLOY_PRIME_URL"
4949 pnpm install --verbose
50- hugo --gc --minify -b $DEPLOY_PRIME_URL --verbose -- debug --logLevel info
50+ hugo --gc --minify -b $DEPLOY_PRIME_URL --logLevel debug --printI18nWarnings --printPathWarnings
5151 pnpm dlx pagefind --source 'public' --verbose
5252 """
5353
You can’t perform that action at this time.
0 commit comments