add woodpecker ci
This commit is contained in:
parent
fd4004c080
commit
8ba0e39bde
2 changed files with 15 additions and 0 deletions
5
.woodpecker.yml
Normal file
5
.woodpecker.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: jauderho/zola:latest
|
||||
commands:
|
||||
- zola build
|
10
README.md
Normal file
10
README.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
# tiskifer.dk
|
||||
|
||||
This is a Zola based static website for Dan Tiskifer.
|
||||
|
||||
[](https://ci.k0r.in/n/tiskifer.dk)
|
||||
|
||||
## Build
|
||||
```sh
|
||||
zola build
|
||||
```
|
Loading…
Add table
Reference in a new issue