diff --git a/.drone.yml b/.drone.yml index 4a7c1e1..e33a5e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: commands: - apk add --no-cache git - git submodule update --init --single-branch --depth=1 - - hugo + - env HUGO_SECURITY_HTTP_URLS=none hugo - name: deploy image: alpine/git:latest