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:
@@ -16,6 +16,8 @@ staging:
|
|||||||
script:
|
script:
|
||||||
- echo "Building the main website with Quarto..."
|
- echo "Building the main website with Quarto..."
|
||||||
- quarto render --to html --output-dir public
|
- 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..."
|
- echo "Building Ghost-optimized version..."
|
||||||
- quarto render --profile ghost --to html --output-dir public/ghost-content
|
- quarto render --profile ghost --to html --output-dir public/ghost-content
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Reference in New Issue
Block a user