From f143a6423c5855472ff7e629948c4c7f90edef27 Mon Sep 17 00:00:00 2001 From: Artem Krivopolenov Date: Wed, 2 Jul 2025 19:37:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"