Add ls -all to GitLab CI for debugging public directory contents

This commit is contained in:
2025-06-09 17:43:06 +02:00
parent 7583536c8f
commit 0d83a271ed
+1
View File
@@ -31,6 +31,7 @@ build:
- mkdir public
- cp -r target/apidocs docs/apidocs
- cp -r docs/* public/
- ls -all public/
artifacts:
paths:
- target/