From 77df2dbdc78c947e8589e4d359f670742096ab86 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 | 10 +++++++++- templates/README | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 templates/README diff --git a/.woodpecker.yml b/.woodpecker.yml index af36ba6..fc75f1f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,4 +2,12 @@ pipeline: build: image: jauderho/zola:latest commands: - - zola build + - env + - pwd + - ls -lah + - zola check + - chmod -R a+rw /mnt + - zola build -o /mnt + + volumes: + - /home/n/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.