From a421a11288af22008703d4c3a24898b4f1458615 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Sat, 2 Apr 2022 14:22:04 +0200 Subject: [PATCH] Possibly fixed ci issues --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c08f467..dc16cb0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ pipeline: image: 'klakegg/hugo:alpine' commands: - hugo - - cd public && tar czvf ../public.tar.gz * + - 'cd public && tar czvf ../public.tar.gz *' deploy: image: 'curlimages/curl'