diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6da0a63..f654903 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: