From 59297c6871a8564bf8247530ca5da947dbb938c3 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sat, 27 Jan 2024 19:21:09 +0200 Subject: [PATCH] Trying to fix CI --- .woodpecker.yml | 2 -- config/_default/security.toml | 1 - 2 files changed, 3 deletions(-) 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'] -