mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-09-12 16:45:08 +00:00
Debug CI artifacts to locate RSS feed file
This commit is contained in:
@@ -2,6 +2,12 @@ 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:
|
||||
|
Reference in New Issue
Block a user