From fb197830aac382522c37a6bd4bce5e8da86e490f Mon Sep 17 00:00:00 2001 From: Anson Date: Sat, 23 Aug 2025 14:04:14 -0600 Subject: [PATCH] Debug RSS feed generation in CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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: