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

Enable RSS feed generation and remove debug code

This commit is contained in:
2025-08-23 11:47:05 -06:00
parent cf5021e682
commit f81c2a6e21
3 changed files with 1 additions and 33 deletions

View File

@@ -2,12 +2,6 @@ publish:
stage: deploy
image: rust:latest
script:
- echo "Listing project root directory:"
- ls -la
- echo "Listing public directory:"
- ls -la public/ || echo "public directory not found"
- echo "Looking for index.xml:"
- find . -name "index.xml" -type f || echo "No index.xml files found"
- cd ./ghost-upload
- cargo run
needs: