diff --git a/.drone.yml b/.drone.yml index 3f7accd..2d77d94 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,6 +67,7 @@ steps: - name: hugo image: cibuilds/hugo:0.64.1 commands: + - ls -lR . - hugo --cacheDir /tmp -e staging -v -s . - name: Compress-the-Assets