diff --git a/.drone.yml b/.drone.yml index 7c91087..e319630 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: klakegg/hugo:0.53-alpine pull: always commands: - - hugo --buildDrafts --buildExpired --buildFuture + - hugo -D -E -F --theme geeklab when: branch: [ draft ] event: [ push ]