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.