Add ls -all to GitLab CI for debugging public directory contents
This commit is contained in:
@@ -31,6 +31,7 @@ build:
|
||||
- mkdir public
|
||||
- cp -r target/apidocs docs/apidocs
|
||||
- cp -r docs/* public/
|
||||
- ls -all public/
|
||||
artifacts:
|
||||
paths:
|
||||
- target/
|
||||
|
||||
Reference in New Issue
Block a user