chore: verbose Netlify logs
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
pnpm install --verbose
|
pnpm install --verbose
|
||||||
|
|
||||||
echo "=== Running Hugo build ==="
|
echo "=== Running Hugo build ==="
|
||||||
hugo --gc --minify -b $URL --verbose --debug --logLevel info
|
hugo --gc --minify -b $URL --logLevel debug --printI18nWarnings --printPathWarnings --printUnusedTemplates
|
||||||
|
|
||||||
echo "=== Running Pagefind indexing ==="
|
echo "=== Running Pagefind indexing ==="
|
||||||
pnpm dlx pagefind --source 'public' --verbose
|
pnpm dlx pagefind --source 'public' --verbose
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
echo "=== Deploy Preview Build ==="
|
echo "=== Deploy Preview Build ==="
|
||||||
echo "Deploy URL: $DEPLOY_PRIME_URL"
|
echo "Deploy URL: $DEPLOY_PRIME_URL"
|
||||||
pnpm install --verbose
|
pnpm install --verbose
|
||||||
hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --verbose --debug --logLevel info
|
hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --logLevel debug --printI18nWarnings --printPathWarnings
|
||||||
pnpm dlx pagefind --source 'public' --verbose
|
pnpm dlx pagefind --source 'public' --verbose
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
echo "=== Branch Deploy Build ==="
|
echo "=== Branch Deploy Build ==="
|
||||||
echo "Deploy URL: $DEPLOY_PRIME_URL"
|
echo "Deploy URL: $DEPLOY_PRIME_URL"
|
||||||
pnpm install --verbose
|
pnpm install --verbose
|
||||||
hugo --gc --minify -b $DEPLOY_PRIME_URL --verbose --debug --logLevel info
|
hugo --gc --minify -b $DEPLOY_PRIME_URL --logLevel debug --printI18nWarnings --printPathWarnings
|
||||||
pnpm dlx pagefind --source 'public' --verbose
|
pnpm dlx pagefind --source 'public' --verbose
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user