diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc5a10f..84fc357 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,8 +46,9 @@ build-and-deploy: # Convert JSON to Zola content using PowerShell - echo "Running PowerShell conversion script" - - echo "Current working directory: $(pwd)" - - echo "Script path: $(pwd)/scripts/Convert-ToZola.ps1" + - pwd + - | + echo "Script path: $(pwd)/scripts/Convert-ToZola.ps1" - test -f "./scripts/Convert-ToZola.ps1" && echo "Script exists" || echo "Script NOT found" - pwsh -File "./scripts/Convert-ToZola.ps1" -MetadataPath "./" -ZolaContentPath "./template/content"