pipeline config cleanup
This commit is contained in:
@@ -39,11 +39,6 @@ build-and-deploy:
|
||||
- mv zola /usr/local/bin
|
||||
|
||||
# Convert JSON to Zola content using PowerShell
|
||||
- echo "Running PowerShell conversion script"
|
||||
- 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/ConvertTo-ZolaContent.ps1" -MetadataPath "./" -ZolaContentPath "./template/content"
|
||||
|
||||
# Build Zola site
|
||||
@@ -67,4 +62,5 @@ build-and-deploy:
|
||||
s3cmd sync --acl-public \
|
||||
--no-mime-magic \
|
||||
--guess-mime-type \
|
||||
./template/public/ s3://$S3_BUCKET/
|
||||
./template/public/ s3://$S3_BUCKET/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user