From 0ebaa23ec49c0248699a57e55c52c38cc7911907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20K=C3=B6hring?= Date: Tue, 2 May 2023 23:06:41 +0200 Subject: [PATCH] new woodpecker ci config --- .woodpecker.yml | 6 +++++- templates/README | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 templates/README diff --git a/.woodpecker.yml b/.woodpecker.yml index af36ba6..53e53bf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,4 +2,8 @@ pipeline: build: image: jauderho/zola:latest commands: - - zola build + - zola check + - zola build -o /mnt --force + + volumes: + - /home/n/CI/tiskifer:/mnt/ \ No newline at end of file diff --git a/templates/README b/templates/README new file mode 100644 index 0000000..869f54e --- /dev/null +++ b/templates/README @@ -0,0 +1 @@ +This templates folder is empty, because everything can be found in the theme.