new woodpecker ci config
This commit is contained in:
parent
ed76a439c4
commit
562e9a348d
2 changed files with 7 additions and 1 deletions
|
@ -2,4 +2,9 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: jauderho/zola:latest
|
image: jauderho/zola:latest
|
||||||
commands:
|
commands:
|
||||||
- zola build
|
- zola check
|
||||||
|
- chmod -R a+rw /mnt
|
||||||
|
- zola build -o /mnt/dist --force
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- /home/n/CI/tiskifer:/mnt/
|
1
templates/README
Normal file
1
templates/README
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This templates folder is empty, because everything can be found in the theme.
|
Loading…
Add table
Reference in a new issue