Skip to content

Commit 5eba4a3

Browse files
committed
🔧 chore(ci): remove commented minify option in hugo command
- clean up commented code for better readability in CI workflow configuration
1 parent cc7e89f commit 5eba4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ jobs:
487487
Write-Host "HUGO_ENV is set to $env:HUGO_ENV"
488488
$configFiles = "hugo.yaml,hugo.$environment.yaml"
489489
Write-Host "Using config files: $configFiles"
490-
hugo --source docs --config $configFiles --logLevel debug; # --minify
490+
hugo --source docs --config $configFiles --logLevel debug;
491491
- uses: actions/upload-artifact@v4
492492
with:
493493
name: AzureDevOpsMigrationTools-Site2

0 commit comments

Comments
 (0)