Update .gitlab-ci.yml file
This commit is contained in:
@@ -46,8 +46,9 @@ build-and-deploy:
|
|||||||
|
|
||||||
# Convert JSON to Zola content using PowerShell
|
# Convert JSON to Zola content using PowerShell
|
||||||
- echo "Running PowerShell conversion script"
|
- echo "Running PowerShell conversion script"
|
||||||
- echo "Current working directory: $(pwd)"
|
- pwd
|
||||||
- echo "Script path: $(pwd)/scripts/Convert-ToZola.ps1"
|
- |
|
||||||
|
echo "Script path: $(pwd)/scripts/Convert-ToZola.ps1"
|
||||||
- test -f "./scripts/Convert-ToZola.ps1" && echo "Script exists" || echo "Script NOT found"
|
- test -f "./scripts/Convert-ToZola.ps1" && echo "Script exists" || echo "Script NOT found"
|
||||||
- pwsh -File "./scripts/Convert-ToZola.ps1" -MetadataPath "./" -ZolaContentPath "./template/content"
|
- pwsh -File "./scripts/Convert-ToZola.ps1" -MetadataPath "./" -ZolaContentPath "./template/content"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user