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 cc7e89f commit 5eba4a3Copy full SHA for 5eba4a3
.github/workflows/main.yml
@@ -487,7 +487,7 @@ jobs:
487
Write-Host "HUGO_ENV is set to $env:HUGO_ENV"
488
$configFiles = "hugo.yaml,hugo.$environment.yaml"
489
Write-Host "Using config files: $configFiles"
490
- hugo --source docs --config $configFiles --logLevel debug; # --minify
+ hugo --source docs --config $configFiles --logLevel debug;
491
- uses: actions/upload-artifact@v4
492
with:
493
name: AzureDevOpsMigrationTools-Site2
0 commit comments