diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 2450185..b9c5012 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -3,10 +3,8 @@ when: steps: - name: build - image: ghcr.io/maurerle/woodpecker-hugo - settings: - output: /mnt/jcktrue.dk/ - pull: always - url: https://jcktrue.dk + image: ghcr.io/hugomods/hugo:go + commands: + - hugo-official --minify --gc --cleanDestinationDir -d /mnt/jcktrue.dk/ volumes: - /home/jct/apps/http/jcktrue.dk/:/mnt/jcktrue.dk/ \ No newline at end of file