diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 4ffd632..5becb65 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -3,8 +3,8 @@ when: steps: - name: build - image: ghcr.io/hugomods/hugo:go + image: ghcr.io/hugomods/hugo:go-non-root commands: - - hugo-official --minify --gc --cleanDestinationDir -d /mnt/jcktrue.dk/ + - hugo --minify --gc --cleanDestinationDir -d /mnt/jcktrue.dk/ volumes: - /home/jct/apps/http/jcktrue.dk/:/mnt/jcktrue.dk/ \ No newline at end of file