diff --git a/.drone.yml b/.drone.yml index 31f7017..534a222 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,8 +66,7 @@ steps: - name: hugo image: cibuilds/hugo:0.64.1 commands: - - pwd && id & ls -lR /drone/src - - hugo --cacheDir /tmp -e staging -v -s . + - sudo hugo -e staging -v -s . - name: Compress-the-Assets image: cibuilds/hugo:0.64.1