diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml index 8572e6e..a9d6772 100644 --- a/.woodpecker/main.yml +++ b/.woodpecker/main.yml @@ -8,12 +8,10 @@ pipeline: #commands: #- git submodule update --init --recursive --remote themes/ananke/ build: - image: plugins/hugo - settings: - hugo_version: 0.97.3 - validate: false - extended: true - output: public/ + image: einar/hugo + commands: + - git lfs pull + - hugo --output /checkout/public #cleanup: #image: alpine #environment: