From 562e9a348dd994be3483c4f418cf09a9dd935f98 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 | 7 ++++++- templates/README | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 templates/README diff --git a/.woodpecker.yml b/.woodpecker.yml index af36ba6..728ec99 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,4 +2,9 @@ pipeline: build: image: jauderho/zola:latest commands: - - zola build + - zola check + - chmod -R a+rw /mnt + - zola build -o /mnt/dist --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.