1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-09-12 08:35:03 +00:00

Debug RSS feed generation in CI

This commit is contained in:
2025-08-23 14:04:14 -06:00
parent 1a7ecc1acd
commit fb197830aa

View File

@@ -16,6 +16,8 @@ staging:
script:
- echo "Building the main website with Quarto..."
- quarto render --to html --output-dir public
- echo "Checking for RSS feed after render..."
- ls -la public/ | grep -E "\.xml|index\.xml" || echo "No XML files found in public directory"
- echo "Building Ghost-optimized version..."
- quarto render --profile ghost --to html --output-dir public/ghost-content
artifacts: