diff --git a/.woodpecker.yml b/.woodpecker.yml index 3945b32..a3fabce 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,8 +2,6 @@ steps: build: image: klakegg/hugo:ext-asciidoctor-ci commands: - - hugo mod tidy - - hugo mod npm pack - npm install - hugo --gc --cleanDestinationDir --enableGitInfo -d /korhonen.cc volumes: diff --git a/config/_default/security.toml b/config/_default/security.toml index 7e77131..ab24e26 100644 --- a/config/_default/security.toml +++ b/config/_default/security.toml @@ -9,4 +9,3 @@ getenv = ['^HUGO_'] [http] methods = ['(?i)GET|POST'] -